File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ dependencyResolutionManagement {
31
31
32
32
create(" opensearchLibs" ) {
33
33
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 " )
35
35
library(" client" , " org.opensearch.client" , " opensearch-rest-client" ).versionRef(" opensearch" )
36
36
library(" high-level-client" , " org.opensearch.client" , " opensearch-rest-high-level-client" ).versionRef(" opensearch" )
37
37
library(" sniffer" , " org.opensearch.client" , " opensearch-rest-client-sniffer" ).versionRef(" opensearch" )
38
38
library(" testcontainers" , " org.opensearch:opensearch-testcontainers:2.0.1" )
39
39
}
40
40
41
41
create(" jacksonLibs" ) {
42
- version(" jackson" , " 2.17.0 " )
42
+ version(" jackson" , " 2.17.1 " )
43
43
library(" core" , " com.fasterxml.jackson.core" , " jackson-core" ).versionRef(" jackson" )
44
44
library(" databind" , " com.fasterxml.jackson.core" , " jackson-databind" ).versionRef(" jackson" )
45
45
}
You can’t perform that action at this time.
0 commit comments