This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 8efccfb409 Bump org.springframework.boot:spring-boot-maven-plugin
(#13253)
8efccfb409 is described below
commit 8efccfb409d98998f4946dd8f0344d0b3737505e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 23 16:39:24 2023 +0800
Bump org.springframework.boot:spring-boot-maven-plugin (#13253)
Bumps
[org.springframework.boot:spring-boot-maven-plugin](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-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-demo/dubbo-demo-annotation/pom.xml | 2 +-
dubbo-demo/dubbo-demo-api/pom.xml | 2 +-
dubbo-demo/dubbo-demo-spring-boot/pom.xml | 2 +-
dubbo-demo/dubbo-demo-xml/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-annotation/pom.xml
b/dubbo-demo/dubbo-demo-annotation/pom.xml
index 1ab53b9b1a..54f08b5b40 100644
--- a/dubbo-demo/dubbo-demo-annotation/pom.xml
+++ b/dubbo-demo/dubbo-demo-annotation/pom.xml
@@ -30,7 +30,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
-
<spring-boot-maven-plugin.version>2.7.16</spring-boot-maven-plugin.version>
+
<spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
</properties>
<modules>
diff --git a/dubbo-demo/dubbo-demo-api/pom.xml
b/dubbo-demo/dubbo-demo-api/pom.xml
index 2ef32d652c..de47d5770f 100644
--- a/dubbo-demo/dubbo-demo-api/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/pom.xml
@@ -36,7 +36,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
-
<spring-boot-maven-plugin.version>2.7.16</spring-boot-maven-plugin.version>
+
<spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
</properties>
<artifactId>dubbo-demo-api</artifactId>
diff --git a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
index d8f6c1a7a0..e0b4d28c42 100644
--- a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
+++ b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
@@ -37,7 +37,7 @@
<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-maven-plugin.version>2.7.16</spring-boot-maven-plugin.version>
+
<spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
<micrometer-core.version>1.11.5</micrometer-core.version>
</properties>
<dependencyManagement>
diff --git a/dubbo-demo/dubbo-demo-xml/pom.xml
b/dubbo-demo/dubbo-demo-xml/pom.xml
index 02b0ec085e..3e36fbd8fb 100644
--- a/dubbo-demo/dubbo-demo-xml/pom.xml
+++ b/dubbo-demo/dubbo-demo-xml/pom.xml
@@ -32,7 +32,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
-
<spring-boot-maven-plugin.version>2.7.16</spring-boot-maven-plugin.version>
+
<spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
</properties>
<modules>