From 1e0ac3d7c9c09c3687fa340c9764b26d470011f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:25:49 +0000 Subject: [PATCH] Update spring boot to v4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 335c932679..e7d006ee73 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { id 'application' id 'jacoco' id 'io.spring.dependency-management' version '1.1.7' - id 'org.springframework.boot' version '3.5.8' + id 'org.springframework.boot' version '4.0.1' id 'com.github.ben-manes.versions' version '0.53.0' id 'org.flywaydb.flyway' version "$flywayVersion" id 'org.sonarqube' version '7.2.1.6560' @@ -294,7 +294,7 @@ ext { log4JVersion = "2.25.2" logbackVersion = "1.5.22" testcontainersVersion = "1.21.3" - springFrameworkBootVersion = "3.5.8" + springFrameworkBootVersion = "4.0.1" lombokVersion = "1.18.42" springSecurityVersion = "7.0.2" pactVersion = "4.6.19"