Skip to content

Commit 1a31c5f

Browse files
Bump json version to address CVE-2023-5072 (#1551) (#1569)
Signed-off-by: Bhavana Ramaram <[email protected]> (cherry picked from commit 8c3e453) Co-authored-by: Bhavana Ramaram <[email protected]>
1 parent 0114fbd commit 1a31c5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
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
jacocoTestReport {

ml-algorithms/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation 'software.amazon.awssdk:apache-client'
6464
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
6565
implementation 'com.jayway.jsonpath:json-path:2.8.0'
66-
implementation group: 'org.json', name: 'json', version: '20230227'
66+
implementation group: 'org.json', name: 'json', version: '20231013'
6767
}
6868

6969
configurations.all {

search-processors/build.gradle

Lines changed: 1 addition & 1 deletion
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.1'
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)