Skip to content

Commit 1606de5

Browse files
Update Spring Boot to v2.7.12 (#1884)
1 parent 2475838 commit 1606de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656

5757
// Spring Boot 3 requires Java 17, java-sdk builds against 2.x version because we support Java 8.
5858
// 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,)
59+
springBootVersion = project.hasProperty("edgeDepsTest") ? '3.0.4' : '2.7.12'// [2.4.0,)
6060

6161
// test scoped
6262
// we don't upgrade to 1.3 and 1.4 because they require slf4j 2.x

0 commit comments

Comments
 (0)