This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.7.17
in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit d7b31882fcce175e1cbd2ee574ea827f248ee4bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 23 08:40:43 2023 +0000
Bump org.springframework.boot:spring-boot-dependencies
Bumps
[org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot)
from 2.7.16 to 2.7.17.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17)
---
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] <[email protected]>
---
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 e0b4d28c42..7c10fbd9d2 100644
--- a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
+++ b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
@@ -36,7 +36,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.16</spring-boot.version>
+ <spring-boot.version>2.7.17</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 548353ad89..1f20850f19 100644
--- a/dubbo-spring-boot/pom.xml
+++ b/dubbo-spring-boot/pom.xml
@@ -40,7 +40,7 @@
</modules>
<properties>
- <spring-boot.version>2.7.16</spring-boot.version>
+ <spring-boot.version>2.7.17</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>