Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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'
<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>