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 2475838 commit 1606de5Copy full SHA for 1606de5
build.gradle
@@ -56,7 +56,7 @@ ext {
56
57
// Spring Boot 3 requires Java 17, java-sdk builds against 2.x version because we support Java 8.
58
// We do test compatibility with Spring Boot 3 in integration tests.
59
- springBootVersion = project.hasProperty("edgeDepsTest") ? '3.0.4' : '2.7.9'// [2.4.0,)
+ springBootVersion = project.hasProperty("edgeDepsTest") ? '3.0.4' : '2.7.12'// [2.4.0,)
60
61
// test scoped
62
// we don't upgrade to 1.3 and 1.4 because they require slf4j 2.x
0 commit comments