From af9e89894efdf87811b66cf742b77eeda597182d Mon Sep 17 00:00:00 2001 From: JervyClaw Date: Sat, 4 Apr 2026 00:20:05 +0800 Subject: [PATCH] [AI-8th] build: upgrade Spring Boot to 3.5.12 Upgrade Spring Boot from 3.5.6 to 3.5.12 to get security fixes, bug fixes, and dependency upgrades. Changes: - pom.xml: Update spring-boot-starter-parent version to 3.5.12 - pom.xml: Update spring.boot.version property to 3.5.12 - sofa-boot-gradle-plugin/pom.xml: Update spring-boot-gradle-plugin version - sofa-boot-gradle-plugin/build.gradle: Update spring-boot-gradle-plugin and spring-boot-loader-tools to 3.5.12 AI agent: JervyClaw (PR Challenge) --- pom.xml | 4 ++-- .../sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle | 4 ++-- .../sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cb455d709..158c7b101 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 3.5.12 com.alipay.sofa @@ -37,7 +37,7 @@ 4.6.0 ${revision} - 3.5.6 + 3.5.12 17 UTF-8 diff --git a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle index 8e688b364..23aaa1362 100644 --- a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle +++ b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle @@ -15,8 +15,8 @@ repositories { dependencies { implementation localGroovy() implementation gradleApi() - implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.5.6' - implementation 'org.springframework.boot:spring-boot-loader-tools:3.5.6' + implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.5.12' + implementation 'org.springframework.boot:spring-boot-loader-tools:3.5.12' implementation 'io.spring.gradle:dependency-management-plugin:1.1.7' implementation "org.apache.commons:commons-compress:1.19" implementation "org.springframework:spring-core:6.2.11" diff --git a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml index 0b4dc9853..6eee1d390 100644 --- a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml +++ b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml @@ -20,7 +20,7 @@ org.springframework.boot spring-boot-gradle-plugin - 3.5.6 + 3.5.12 io.spring.gradle