Skip to content

Commit

Permalink
Update dependency org.json:json to v20231013 (#795) (#797)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48e05af)

Signed-off-by: gaobinlong <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4628c1c commit 3734e34
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 3734e34

Please sign in to comment.