From 379960cbfbc5e18b7d81f7b261dafae759786b93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:04:59 +0000 Subject: [PATCH] fix(deps): update spring boot to v3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f698e8..5f75935 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,6 @@ LIB_GRAPHQL_SERVLET_VER=14.0.0 LIB_GRAPHQL_SPRING_BOOT_VER=14.1.0 LIB_GRAPHQL_TOOLS_VER=13.1.1 LIB_GRAPHQL_EXTENDED_VALIDATION_VER=20.0 -LIB_SPRING_BOOT_VER=2.7.18 +LIB_SPRING_BOOT_VER=3.5.7 sourceCompatibility=11 targetCompatibility=11