From 2e5df7fb8fc8bb2d1c2de62943664739e2efb4c6 Mon Sep 17 00:00:00 2001 From: gaobinlong Date: Mon, 16 Oct 2023 15:04:21 +0800 Subject: [PATCH] Update dependency org.json:json to v20231013 Signed-off-by: gaobinlong --- 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 0db0b393..14f686ce 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"