@@ -8,14 +8,14 @@ rootProject.name = "spring-data-opensearch-parent"
8
8
dependencyResolutionManagement {
9
9
versionCatalogs {
10
10
create(" libs" ) {
11
- version(" jupiter" , " 5.11.3 " )
11
+ version(" jupiter" , " 5.11.4 " )
12
12
library(" jupiter" , " org.junit.jupiter" , " junit-jupiter" ).versionRef(" jupiter" )
13
13
library(" jupiter-params" , " org.junit.jupiter" , " junit-jupiter-params" ).versionRef(" jupiter" )
14
14
}
15
15
16
16
create(" springLibs" ) {
17
- version(" spring" , " 6.2.0 " )
18
- version(" spring-boot" , " 3.4.0 " )
17
+ version(" spring" , " 6.2.2 " )
18
+ version(" spring-boot" , " 3.4.2 " )
19
19
library(" data-commons" , " org.springframework.data:spring-data-commons:3.4.2" )
20
20
library(" data-elasticsearch" , " org.springframework.data:spring-data-elasticsearch:5.4.2" )
21
21
library(" web" , " org.springframework" , " spring-web" ).versionRef(" spring" )
@@ -41,7 +41,7 @@ dependencyResolutionManagement {
41
41
}
42
42
43
43
create(" jacksonLibs" ) {
44
- version(" jackson" , " 2.17 .2" )
44
+ version(" jackson" , " 2.18 .2" )
45
45
library(" core" , " com.fasterxml.jackson.core" , " jackson-core" ).versionRef(" jackson" )
46
46
library(" databind" , " com.fasterxml.jackson.core" , " jackson-databind" ).versionRef(" jackson" )
47
47
}
@@ -51,7 +51,7 @@ dependencyResolutionManagement {
51
51
}
52
52
53
53
create(" pluginLibs" ) {
54
- version(" spotless" , " 6.23.1 " )
54
+ version(" spotless" , " 6.25.0 " )
55
55
version(" editorconfig" , " 0.0.3" )
56
56
version(" release" , " 3.0.2" )
57
57
plugin(" editorconfig" , " org.ec4j.editorconfig" ).versionRef(" editorconfig" )
0 commit comments