Skip to content

Commit ed9107f

Browse files
authored
Update Spring Data Elasticsearch to 5.4.5, Spring Framework to 6.2.6 (#450)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 2426225 commit ed9107f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ dependencyResolutionManagement {
1616
}
1717

1818
create("springLibs") {
19-
version("spring", "6.2.5")
19+
version("spring", "6.2.6")
2020
version("spring-boot", "3.4.4")
21-
library("data-commons", "org.springframework.data:spring-data-commons:3.4.4")
22-
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.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")
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)