File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ rootProject.name = "spring-data-opensearch-parent"
88dependencyResolutionManagement {
99 versionCatalogs {
1010 create(" libs" ) {
11- version(" jupiter" , " 5.12.0 " )
12- version(" launcher" , " 1.12.0 " )
11+ version(" jupiter" , " 5.12.2 " )
12+ version(" launcher" , " 1.12.2 " )
1313 library(" jupiter" , " org.junit.jupiter" , " junit-jupiter" ).versionRef(" jupiter" )
1414 library(" jupiter-params" , " org.junit.jupiter" , " junit-jupiter-params" ).versionRef(" jupiter" )
1515 library(" junit-platform-launcher" , " org.junit.platform" , " junit-platform-launcher" ).versionRef(" launcher" )
1616 }
1717
1818 create(" springLibs" ) {
19- version(" spring" , " 6.2.3 " )
20- version(" spring-boot" , " 3.4.3 " )
19+ version(" spring" , " 6.2.5 " )
20+ version(" spring-boot" , " 3.4.4 " )
2121 library(" data-commons" , " org.springframework.data:spring-data-commons:3.4.4" )
2222 library(" data-elasticsearch" , " org.springframework.data:spring-data-elasticsearch:5.4.4" )
2323 library(" web" , " org.springframework" , " spring-web" ).versionRef(" spring" )
You can’t perform that action at this time.
0 commit comments