File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
21
21
compileOnly group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
22
22
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 '
24
24
}
25
25
26
26
lombok {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
implementation ' software.amazon.awssdk:apache-client'
63
63
implementation ' com.amazonaws:aws-encryption-sdk-java:2.4.1'
64
64
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 '
66
66
}
67
67
68
68
lombok {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
// https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5
40
40
implementation group : ' org.apache.httpcomponents.core5' , name : ' httpcore5' , version : ' 5.2.2'
41
41
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 '
43
43
implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
44
44
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
45
45
}
You can’t perform that action at this time.
0 commit comments