Skip to content

Commit

Permalink
Update dependency org.json:json to v20231013 (opensearch-project#795)
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong authored Oct 17, 2023
1 parent 1e83047 commit 48e05af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
} // ${kotlin_version} does not work for coroutines
implementation "${group}:common-utils:${common_utils_version}"
// TODO: change compile to implementation when the _local/stats API is supported
compileOnly "org.json:json:20230227"
compileOnly "org.json:json:20231013"
compileOnly "com.github.wnameless.json:json-flattener:0.13.0"
// TODO: uncomment when the _local/stats API is supported
// implementation "com.github.wnameless.json:json-base:2.0.0"
Expand Down

0 comments on commit 48e05af

Please sign in to comment.