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/27 15:33:07 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2468] Update springboot to 2.6.7 (#2805)

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 15d150bb2 [SCB-2468] Update springboot to 2.6.7 (#2805)
15d150bb2 is described below

commit 15d150bb278d4a7b3c8e660597c304b12ebbbf61
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Wed Apr 27 23:33:02 2022 +0800

    [SCB-2468] Update springboot to 2.6.7 (#2805)
---
 dependencies/default/pom.xml | 4 ++--
 pom.xml                      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 1e3e51620..8b6cd9ba2 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -98,8 +98,8 @@
     <slf4j.version>1.7.32</slf4j.version>
     <snakeyaml.version>1.27</snakeyaml.version>
     <spectator.version>0.83.0</spectator.version>
-    <spring.version>5.3.18</spring.version>
-    <spring-boot.version>2.6.6</spring-boot.version>
+    <spring.version>5.3.19</spring.version>
+    <spring-boot.version>2.6.7</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 bdcae03e8..c19abf685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <site-maven-plugin.version>3.12.0</site-maven-plugin.version>
     <source-maven-plugin.version>3.2.1</source-maven-plugin.version>
     <spotbug-maven-plugin.version>4.6.0.0</spotbug-maven-plugin.version>
-    <spring-boot-maven-plugin.version>2.6.6</spring-boot-maven-plugin.version>
+    <spring-boot-maven-plugin.version>2.6.7</spring-boot-maven-plugin.version>
     <surefire-maven-plugin.version>3.0.0-M6</surefire-maven-plugin.version>
     <!-- plugin version end -->
   </properties>