File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ dependencyResolutionManagement {
3131
3232 create(" opensearchLibs" ) {
3333 version(" opensearch" , " 2.14.0" )
34- library(" java-client" , " org.opensearch.client:opensearch-java:2.10.3 " )
34+ library(" java-client" , " org.opensearch.client:opensearch-java:2.10.4 " )
3535 library(" client" , " org.opensearch.client" , " opensearch-rest-client" ).versionRef(" opensearch" )
3636 library(" high-level-client" , " org.opensearch.client" , " opensearch-rest-high-level-client" ).versionRef(" opensearch" )
3737 library(" sniffer" , " org.opensearch.client" , " opensearch-rest-client-sniffer" ).versionRef(" opensearch" )
3838 library(" testcontainers" , " org.opensearch:opensearch-testcontainers:2.0.1" )
3939 }
4040
4141 create(" jacksonLibs" ) {
42- version(" jackson" , " 2.17.0 " )
42+ version(" jackson" , " 2.17.1 " )
4343 library(" core" , " com.fasterxml.jackson.core" , " jackson-core" ).versionRef(" jackson" )
4444 library(" databind" , " com.fasterxml.jackson.core" , " jackson-databind" ).versionRef(" jackson" )
4545 }
You can’t perform that action at this time.
0 commit comments