From 3734e343d16bfaaebc0232e1bcc68bc820e4ae55 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:38:03 +0800 Subject: [PATCH] Update dependency org.json:json to v20231013 (#795) (#797) (cherry picked from commit 48e05afb1c48ad51488927a7845d79fe00a2f479) Signed-off-by: gaobinlong Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- notifications/notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 974a293f..ccb0862e 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -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"