File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
89
89
}
90
90
}
91
91
implementation group : ' com.google.guava' , name : ' guava' , version : ' 32.0.1-jre'
92
- compile group : ' org.json' , name : ' json' , version :' 20230227 '
92
+ compile group : ' org.json' , name : ' json' , version :' 20231013 '
93
93
compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10'
94
94
compile group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
95
95
compile project(' :sql' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " ${ versions.jackson} "
36
36
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " ${ versions.jackson_databind} "
37
37
compile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : " ${ versions.jackson} "
38
- compile group : ' org.json' , name : ' json' , version :' 20230227 '
38
+ compile group : ' org.json' , name : ' json' , version :' 20231013 '
39
39
compileOnly group : ' org.opensearch.client' , name : ' opensearch-rest-high-level-client' , version : " ${ opensearch_version} "
40
40
compile group : ' org.opensearch' , name :' opensearch-ml-client' , version : ' 1.3.4.0-SNAPSHOT'
41
41
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
47
47
compile " org.antlr:antlr4-runtime:4.7.1"
48
48
compile group : ' com.google.guava' , name : ' guava' , version : ' 32.0.1-jre'
49
49
compile group : ' org.opensearch' , name : ' opensearch-x-content' , version : " ${ opensearch_version} "
50
- compile group : ' org.json' , name : ' json' , version : ' 20230227 '
50
+ compile group : ' org.json' , name : ' json' , version : ' 20231013 '
51
51
compile group : ' org.springframework' , name : ' spring-context' , version : " ${ spring_version} "
52
52
compile group : ' org.springframework' , name : ' spring-beans' , version : " ${ spring_version} "
53
53
compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.1'
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ dependencies {
51
51
52
52
testImplementation(' org.junit.jupiter:junit-jupiter-api:5.3.1' )
53
53
testImplementation(' org.junit.jupiter:junit-jupiter-params:5.3.1' )
54
- testImplementation(' com.github.tomakehurst :wiremock:3.0.0-beta-7 ' )
54
+ testImplementation(' org.wiremock :wiremock:3.4.0 ' )
55
55
testImplementation(' org.mockito:mockito-core:2.23.0' )
56
56
testImplementation(' org.junit.jupiter:junit-jupiter-engine:5.3.1' )
57
57
testImplementation(' org.junit-pioneer:junit-pioneer:0.3.0' )
58
- testImplementation(' org.eclipse.jetty:jetty-server:11.0.14 ' )
58
+ testImplementation(' org.eclipse.jetty:jetty-server:11.0.20 ' )
59
59
60
60
// Enforce wiremock to use latest guava
61
61
testImplementation(' com.google.guava:guava:32.0.1-jre' )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
47
47
compile " org.antlr:antlr4-runtime:4.7.1"
48
48
implementation group : ' com.google.guava' , name : ' guava' , version : ' 32.0.1-jre'
49
- compile group : ' org.json' , name : ' json' , version :' 20230227 '
49
+ compile group : ' org.json' , name : ' json' , version :' 20231013 '
50
50
compile group : ' org.springframework' , name : ' spring-context' , version : " ${ spring_version} "
51
51
compile group : ' org.springframework' , name : ' spring-beans' , version : " ${ spring_version} "
52
52
compile project(' :common' )
You can’t perform that action at this time.
0 commit comments