Skip to content

Commit 0bfb213

Browse files
authored
Routine dependency updates (#566)
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent e7a9f02 commit 0bfb213

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

settings.gradle.kts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ rootProject.name = "spring-data-opensearch-parent"
88
dependencyResolutionManagement {
99
versionCatalogs {
1010
create("libs") {
11-
version("jupiter", "6.0.0")
12-
version("launcher", "6.0.0")
11+
version("jupiter", "6.0.1")
1312
library("jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("jupiter")
1413
library("jupiter-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("jupiter")
15-
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").versionRef("launcher")
14+
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").versionRef("jupiter")
1615
}
1716

1817
create("springLibs") {
1918
version("spring", "6.2.12")
20-
version("spring-boot", "3.5.6")
19+
version("spring-boot", "3.5.7")
2120
library("data-commons", "org.springframework.data:spring-data-commons:3.5.5")
2221
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.5.5")
2322
library("web", "org.springframework", "spring-web").versionRef("spring")
@@ -46,7 +45,7 @@ dependencyResolutionManagement {
4645
}
4746

4847
create("jacksonLibs") {
49-
version("jackson", "2.20.0")
48+
version("jackson", "2.20.1")
5049
library("core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
5150
library("databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
5251
}

0 commit comments

Comments
 (0)