From d1177fbee9201b9b2bb677c17ac94c29b4f765ec Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 5 Oct 2023 15:33:21 -0700 Subject: [PATCH] Update Spring Boot to v2.7.12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c39cd786c..9ad8be560 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { // Spring Boot 3 requires Java 17, java-sdk builds against 2.x version because we support Java 8. // We do test compatibility with Spring Boot 3 in integration tests. - 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,) // test scoped // we don't upgrade to 1.3 and 1.4 because they require slf4j 2.x