diff --git a/legacy/build.gradle b/legacy/build.gradle index b6bd33d7ec..23f220f79b 100644 --- a/legacy/build.gradle +++ b/legacy/build.gradle @@ -89,7 +89,7 @@ dependencies { } } implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre' - compile group: 'org.json', name: 'json', version:'20230227' + compile group: 'org.json', name: 'json', version:'20231013' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10' compile group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}" compile project(':sql') diff --git a/opensearch/build.gradle b/opensearch/build.gradle index 412f9e5472..4338684758 100644 --- a/opensearch/build.gradle +++ b/opensearch/build.gradle @@ -35,7 +35,7 @@ dependencies { compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "${versions.jackson}" compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "${versions.jackson_databind}" compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: "${versions.jackson}" - compile group: 'org.json', name: 'json', version:'20230227' + compile group: 'org.json', name: 'json', version:'20231013' compileOnly group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}" compile group: 'org.opensearch', name:'opensearch-ml-client', version: '1.3.4.0-SNAPSHOT' diff --git a/ppl/build.gradle b/ppl/build.gradle index 6c709bebb4..d9d60d8a55 100644 --- a/ppl/build.gradle +++ b/ppl/build.gradle @@ -47,7 +47,7 @@ dependencies { compile "org.antlr:antlr4-runtime:4.7.1" compile group: 'com.google.guava', name: 'guava', version: '32.0.1-jre' compile group: 'org.opensearch', name: 'opensearch-x-content', version: "${opensearch_version}" - compile group: 'org.json', name: 'json', version: '20230227' + compile group: 'org.json', name: 'json', version: '20231013' compile group: 'org.springframework', name: 'spring-context', version: "${spring_version}" compile group: 'org.springframework', name: 'spring-beans', version: "${spring_version}" compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.17.1' diff --git a/sql/build.gradle b/sql/build.gradle index 7d29727261..f7b2a16b0b 100644 --- a/sql/build.gradle +++ b/sql/build.gradle @@ -46,7 +46,7 @@ dependencies { compile "org.antlr:antlr4-runtime:4.7.1" implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre' - compile group: 'org.json', name: 'json', version:'20230227' + compile group: 'org.json', name: 'json', version:'20231013' compile group: 'org.springframework', name: 'spring-context', version: "${spring_version}" compile group: 'org.springframework', name: 'spring-beans', version: "${spring_version}" compile project(':common')