You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/04/02 08:05:22 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2439]upgrate spring to 5.3.18 and spring boot to 2.5.12 (#2765)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6485696  [SCB-2439]upgrate spring to 5.3.18 and spring boot to 2.5.12 (#2765)
6485696 is described below

commit 6485696028d8e9712d4ae8d8407449ecf0605768
Author: liubao68 <bi...@qq.com>
AuthorDate: Sat Apr 2 16:05:17 2022 +0800

    [SCB-2439]upgrate spring to 5.3.18 and spring boot to 2.5.12 (#2765)
---
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 dependencies/default/pom.xml                                          | 4 ++--
 pom.xml                                                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
index 6839751..deaa200 100755
--- a/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
@@ -28,7 +28,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- this version is used for archetype, do not need to change when release a new version -->
     <java-chassis.version>2.6.3</java-chassis.version>
-    <springboot.version>2.5.6</springboot.version>
+    <springboot.version>2.5.12</springboot.version>
   </properties>
 
   <dependencyManagement>
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 6583149..e0a7b72 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -97,8 +97,8 @@
     <slf4j.version>1.7.30</slf4j.version>
     <snakeyaml.version>1.27</snakeyaml.version>
     <spectator.version>0.83.0</spectator.version>
-    <spring.version>5.3.12</spring.version>
-    <spring-boot.version>2.5.6</spring-boot.version>
+    <spring.version>5.3.18</spring.version>
+    <spring-boot.version>2.5.12</spring-boot.version>
     <stax2-api.version>4.2</stax2-api.version>
     <swagger.version>1.6.2</swagger.version>
     <swagger2markup.version>1.3.3</swagger2markup.version>
diff --git a/pom.xml b/pom.xml
index dc6edf4..eb43be2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@
         <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
-          <version>2.5.6</version>
+          <version>2.5.12</version>
           <executions>
             <execution>
               <goals>