From 9fa90b9dd909eca3b3c0541fadd52dbaa59c428e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:03:28 +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 1e87bd5399..0f2166e288 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.16' + id 'org.springframework.boot' version '4.1.0' id 'com.github.ben-manes.versions' version '0.54.0' id 'org.flywaydb.flyway' version "$flywayVersion" id 'org.sonarqube' version '7.3.1.8318' @@ -370,7 +370,7 @@ ext { logbackVersion = "1.6.1" testcontainersVersion = "2.0.5" testcontainersAdditionsVersion = "1.21.4" - springFrameworkBootVersion = "3.5.16" + springFrameworkBootVersion = "4.1.0" lombokVersion = "1.18.46" springSecurityVersion = "7.1.0" pactVersion = "4.7.3"