]> juplo.de Git - demos/kafka/training/commitdiff
Migration Spring-Boot 4.0.2 -> 4.0.6 grundlagen/simple-producer--claude-5 grundlagen/simple-producer--claude-6
authorKai Moritz <kai.milan.moritz@googlemail.com>
Fri, 29 May 2026 20:22:08 +0000 (20:22 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Fri, 29 May 2026 20:22:08 +0000 (20:22 +0000)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
build.gradle
pom.xml

index 08c622b0fa4503b14dabf35a7a96f622a2731671..9576c1ea19c7343cda5d7c8514339d718438fd91 100644 (file)
@@ -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 c0d7e48233cf456a2c37ac425931f3432dd3482e..eb0f2808a533c1cadc25b7025ebba3b778273ad0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>4.0.2</version>
+    <version>4.0.6</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>