Skip to content

Commit 7a4a6a2

Browse files
authored
Update Spring to 6.2.10 and Spring Boot to 3.5.5 (#520)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 093ebc9 commit 7a4a6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

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

1818
create("springLibs") {
19-
version("spring", "6.2.8")
20-
version("spring-boot", "3.5.3")
19+
version("spring", "6.2.10")
20+
version("spring-boot", "3.5.5")
2121
library("data-commons", "org.springframework.data:spring-data-commons:3.5.3")
2222
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.5.3")
2323
library("web", "org.springframework", "spring-web").versionRef("spring")

0 commit comments

Comments
 (0)