@@ -14,10 +14,10 @@ dependencyResolutionManagement {
14
14
}
15
15
16
16
create(" springLibs" ) {
17
- version(" spring" , " 6.1.14 " )
18
- version(" spring-boot" , " 3.3.5 " )
19
- library(" data-commons" , " org.springframework.data:spring-data-commons:3.3.5 " )
20
- library(" data-elasticsearch" , " org.springframework.data:spring-data-elasticsearch:5.3.5 " )
17
+ version(" spring" , " 6.1.15 " )
18
+ version(" spring-boot" , " 3.3.6 " )
19
+ library(" data-commons" , " org.springframework.data:spring-data-commons:3.3.6 " )
20
+ library(" data-elasticsearch" , " org.springframework.data:spring-data-elasticsearch:5.3.6 " )
21
21
library(" web" , " org.springframework" , " spring-web" ).versionRef(" spring" )
22
22
library(" context" , " org.springframework" , " spring-context" ).versionRef(" spring" )
23
23
library(" tx" , " org.springframework" , " spring-tx" ).versionRef(" spring" )
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
32
32
}
33
33
34
34
create(" opensearchLibs" ) {
35
- version(" opensearch" , " 2.17.1 " )
35
+ version(" opensearch" , " 2.18.0 " )
36
36
library(" java-client" , " org.opensearch.client:opensearch-java:2.18.0" )
37
37
library(" client" , " org.opensearch.client" , " opensearch-rest-client" ).versionRef(" opensearch" )
38
38
library(" high-level-client" , " org.opensearch.client" , " opensearch-rest-high-level-client" ).versionRef(" opensearch" )
0 commit comments