Skip to content

Commit 28ce131

Browse files
authored
Update Spring Framework to 6.2.7 and Spring Data Elasticsearch to 5.4.6 (#457)
1 parent 2d9ce88 commit 28ce131

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
@@ -16,10 +16,10 @@ dependencyResolutionManagement {
1616
}
1717

1818
create("springLibs") {
19-
version("spring", "6.2.6")
20-
version("spring-boot", "3.4.4")
21-
library("data-commons", "org.springframework.data:spring-data-commons:3.4.5")
22-
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.5")
19+
version("spring", "6.2.7")
20+
version("spring-boot", "3.4.5")
21+
library("data-commons", "org.springframework.data:spring-data-commons:3.4.6")
22+
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.6")
2323
library("web", "org.springframework", "spring-web").versionRef("spring")
2424
library("context", "org.springframework", "spring-context").versionRef("spring")
2525
library("tx", "org.springframework", "spring-tx").versionRef("spring")

0 commit comments

Comments
 (0)