We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4c78d commit a8aed64Copy full SHA for a8aed64
gradle/libs.versions.toml
@@ -30,8 +30,10 @@ maven-publish-plugin = "0.34.0"
30
mockk = "1.14.4"
31
postgresql = "42.7.7"
32
slf4j-api = "2.0.16"
33
-spring = "6.2.8"
34
-spring-boot = "3.5.3"
+# @pin For compatibility with Spring Boot 3
+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"
37
stacktrace-decoroutinator = "2.5.7"
38
trove4j-core = "3.1.0"
39
0 commit comments