File tree 1 file changed +4
-4
lines changed
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"
8
8
dependencyResolutionManagement {
9
9
versionCatalogs {
10
10
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 " )
13
13
library(" jupiter" , " org.junit.jupiter" , " junit-jupiter" ).versionRef(" jupiter" )
14
14
library(" jupiter-params" , " org.junit.jupiter" , " junit-jupiter-params" ).versionRef(" jupiter" )
15
15
library(" junit-platform-launcher" , " org.junit.platform" , " junit-platform-launcher" ).versionRef(" launcher" )
16
16
}
17
17
18
18
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 " )
21
21
library(" data-commons" , " org.springframework.data:spring-data-commons:3.4.4" )
22
22
library(" data-elasticsearch" , " org.springframework.data:spring-data-elasticsearch:5.4.4" )
23
23
library(" web" , " org.springframework" , " spring-web" ).versionRef(" spring" )
You can’t perform that action at this time.
0 commit comments