You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by cr...@apache.org on 2023/07/26 07:26:11 UTC

[dubbo] branch 3.3 updated: Upgrade spring version 6.0.7 to 6.0.11 and upgrade spring-boot version 3.0.4 to 3.0.9 (#12797)

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

crazyhzm pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 29d9c070d4 Upgrade spring version 6.0.7 to 6.0.11 and upgrade spring-boot version 3.0.4 to 3.0.9 (#12797)
29d9c070d4 is described below

commit 29d9c070d4afa46e7a3b189a281f02e0b5563552
Author: huazhongming <cr...@gmail.com>
AuthorDate: Wed Jul 26 15:26:06 2023 +0800

    Upgrade spring version 6.0.7 to 6.0.11 and upgrade spring-boot version 3.0.4 to 3.0.9 (#12797)
    
    Signed-off-by: crazyhzm <cr...@gmail.com>
---
 dubbo-config/dubbo-config-spring6/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-config/dubbo-config-spring6/pom.xml b/dubbo-config/dubbo-config-spring6/pom.xml
index f79701daeb..580d854ed4 100644
--- a/dubbo-config/dubbo-config-spring6/pom.xml
+++ b/dubbo-config/dubbo-config-spring6/pom.xml
@@ -28,8 +28,8 @@
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.version>6.0.7</spring.version>
-        <spring-boot.version>3.0.4</spring-boot.version>
+        <spring.version>6.0.11</spring.version>
+        <spring-boot.version>3.0.9</spring-boot.version>
     </properties>
 
     <dependencies>