Skip to content

Commit 2426225

Browse files
authored
Routine dependency updates: Spring Boot 3.4.4, Spring Framework 6.2.5, JUnit Jupiter 5.12.2 (#442)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 9909ffd commit 2426225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ rootProject.name = "spring-data-opensearch-parent"
88
dependencyResolutionManagement {
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")

0 commit comments

Comments
 (0)