From c5207cc65a15b04843d60b459a878da2aaab42fe Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Wed, 26 Apr 2023 13:44:05 -0700 Subject: [PATCH] Update json version to 20230227 Signed-off-by: Rupal Mahajan --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0397057c..e798c523 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ dependencies { implementation "${group}:common-utils:${common_utils_version}" compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}" implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre' - implementation "org.json:json:20180813" + implementation "org.json:json:20230227" implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1' // json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener implementation group: 'com.github.wnameless.json', name: 'json-base', version: '2.2.1'