Skip to content

Commit 8c3e453

Browse files
authored
Bump json version to address CVE-2023-5072 (opensearch-project#1551)
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
1 parent 5d9324c commit 8c3e453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020

2121
compileOnly group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
2222
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
23-
compileOnly group: 'org.json', name: 'json', version: '20230227'
23+
compileOnly group: 'org.json', name: 'json', version: '20231013'
2424
}
2525

2626
lombok {

ml-algorithms/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'software.amazon.awssdk:apache-client'
6363
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
6464
implementation 'com.jayway.jsonpath:json-path:2.8.0'
65-
implementation group: 'org.json', name: 'json', version: '20230227'
65+
implementation group: 'org.json', name: 'json', version: '20231013'
6666
}
6767

6868
lombok {

search-processors/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
// https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5
4040
implementation group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.2.2'
4141
implementation("com.google.guava:guava:32.0.1-jre")
42-
implementation group: 'org.json', name: 'json', version: '20230227'
42+
implementation group: 'org.json', name: 'json', version: '20231013'
4343
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
4444
testImplementation "org.opensearch.test:framework:${opensearch_version}"
4545
}

0 commit comments

Comments
 (0)