diff --git a/common/build.gradle b/common/build.gradle index 3aeb644d42..9fa76d1c72 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -20,7 +20,7 @@ dependencies { compileOnly group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1' - compileOnly group: 'org.json', name: 'json', version: '20230227' + compileOnly group: 'org.json', name: 'json', version: '20231013' } jacocoTestReport { diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index 8c6a9ca0db..44862ae645 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'software.amazon.awssdk:apache-client' implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.0' implementation 'com.jayway.jsonpath:json-path:2.8.0' - implementation group: 'org.json', name: 'json', version: '20230227' + implementation group: 'org.json', name: 'json', version: '20231013' } configurations.all {