From c3235491223b84e4538c890526880fe916ca7148 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 29 May 2026 20:22:08 +0000 Subject: [PATCH] Migration Spring-Boot 4.0.2 -> 4.0.6 Co-Authored-By: Claude Sonnet 4.6 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 08c622b0..9576c1ea 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '4.0.2' + id 'org.springframework.boot' version '4.0.6' id 'io.spring.dependency-management' version '1.1.7' id 'com.gorylenko.gradle-git-properties' version '2.4.2' id 'com.google.cloud.tools.jib' version '3.4.5' diff --git a/pom.xml b/pom.xml index c0d7e482..eb0f2808 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.2 + 4.0.6 -- 2.39.5