File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2626jacocoTestReport {
Original file line number Diff line number Diff 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
6969configurations. all {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments