Skip to content

Commit a8aed64

Browse files
committed
Update patch version of Spring and Spring Boot, then pin
Our code is compatible with Spring Boot 4, no need to force users to upgrade
1 parent ad4c78d commit a8aed64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ maven-publish-plugin = "0.34.0"
3030
mockk = "1.14.4"
3131
postgresql = "42.7.7"
3232
slf4j-api = "2.0.16"
33-
spring = "6.2.8"
34-
spring-boot = "3.5.3"
33+
# @pin For compatibility with Spring Boot 3
34+
spring = "6.2.14"
35+
# @pin Our code is compatible with Spring Boot 4, don't upgrade dependencies to avoid unexpected breakages
36+
spring-boot = "3.5.8"
3537
stacktrace-decoroutinator = "2.5.7"
3638
trove4j-core = "3.1.0"
3739

0 commit comments

Comments
 (0)