@@ -40,15 +40,15 @@ buildscript {
4040 awsCryptoMaterialProvidersVersion = " 1.11.0"
4141 dafnyRuntimeVersion = " 4.11.0"
4242 smithyDafnyVersion = " 0.1.1"
43- gsonVersion = " 2.13.1 "
44- junitJupiterVersion = " 5.13.3 "
43+ gsonVersion = " 2.13.2 "
44+ junitJupiterVersion = " 5.13.4 "
4545 jakartaJsonBindVersion = " 3.0.1"
4646 jakartaJsonVersion = " 2.0.1"
47- commonsTextVersion = " 1.10 .0"
47+ commonsTextVersion = " 1.14 .0"
4848 yassonVersion = " 3.0.4"
4949 parssonVersion = " 1.1.7"
50- swaggerVersion = " 2.1.30 "
51- swaggerCoreVersion = " 2.2.34 "
50+ swaggerVersion = " 2.1.34 "
51+ swaggerCoreVersion = " 2.2.37 "
5252 }
5353
5454 repositories {
@@ -62,7 +62,7 @@ buildscript {
6262
6363 dependencies {
6464 classpath " org.opensearch.gradle:build-tools:${ opensearch_version} "
65- classpath " com.diffplug.spotless:spotless-plugin-gradle:7.0.4 "
65+ classpath " com.diffplug.spotless:spotless-plugin-gradle:7.2.1 "
6666 }
6767}
6868
@@ -205,7 +205,7 @@ dependencies {
205205 exclude group : ' net.minidev' , module : ' json-smart'
206206 }
207207 // needed to use MLIndex class mappings at (test) runtime but must be provided by calling plugins
208- compileOnly(' com.networknt:json-schema-validator:1.4.0 ' ) {
208+ compileOnly(' com.networknt:json-schema-validator:1.5.9 ' ) {
209209 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-databind'
210210 exclude group : ' com.fasterxml.jackson.dataformat' , module : ' jackson-dataformat-yaml'
211211 exclude group : ' org.yml' , module : ' snakeyaml'
@@ -264,6 +264,7 @@ dependencies {
264264 // Some other plugin dependencies that don't use version catalog conflict here
265265 force(" com.google.guava:guava:${ versions.guava} " )
266266 force(" org.slf4j:slf4j-api:${ versions.slf4j} " )
267+ force(" com.google.errorprone:error_prone_annotations:${ versions.error_prone_annotations} " )
267268
268269 if (System . getenv(' REMOTE_METADATA_SDK_IMPL' ) == ' ddb-client' ) {
269270 // OpenSearch Java client brings in different versions of the below dependencies.
0 commit comments