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

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


The following commit(s) were added to refs/heads/3.2 by this push:
     new face8ae7f1 Bump org.springframework.boot:spring-boot-dependencies 
(#13418)
face8ae7f1 is described below

commit face8ae7f1bd5346ef822cfbeffc0553a9e82d8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 21:09:28 2023 +0800

    Bump org.springframework.boot:spring-boot-dependencies (#13418)
    
    Bumps 
[org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot)
 from 2.7.17 to 2.7.18.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - 
[Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.17...v2.7.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 dubbo-demo/dubbo-demo-spring-boot/pom.xml | 2 +-
 dubbo-spring-boot/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-demo/dubbo-demo-spring-boot/pom.xml 
b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
index 9e271e88d2..5ae0e10248 100644
--- a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
+++ b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
@@ -35,7 +35,7 @@
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
     <skip_maven_deploy>true</skip_maven_deploy>
-    <spring-boot.version>2.7.17</spring-boot.version>
+    <spring-boot.version>2.7.18</spring-boot.version>
     <spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
     <micrometer-core.version>1.11.5</micrometer-core.version>
   </properties>
diff --git a/dubbo-spring-boot/pom.xml b/dubbo-spring-boot/pom.xml
index b8a058b751..323c8e6db6 100644
--- a/dubbo-spring-boot/pom.xml
+++ b/dubbo-spring-boot/pom.xml
@@ -38,7 +38,7 @@
   </modules>
 
   <properties>
-    <spring-boot.version>2.7.17</spring-boot.version>
+    <spring-boot.version>2.7.18</spring-boot.version>
     <dubbo.version>${revision}</dubbo.version>
     <!-- Fix the bug of log4j 
refer:https://github.com/apache/logging-log4j2/pull/608 -->
     <log4j2_version>2.20.0</log4j2_version>

Reply via email to