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