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 d38721f3e3 Bump org.springframework.boot:spring-boot-maven-plugin
(#13419)
d38721f3e3 is described below
commit d38721f3e315149a8f8b9806aca9c56a793888b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 21:19:20 2023 +0800
Bump org.springframework.boot:spring-boot-maven-plugin (#13419)
Bumps
[org.springframework.boot:spring-boot-maven-plugin](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-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 891cfabbf8..d881d55fdc 100644
--- a/dubbo-demo/dubbo-demo-annotation/pom.xml
+++ b/dubbo-demo/dubbo-demo-annotation/pom.xml
@@ -34,7 +34,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
- <spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
+ <spring-boot-maven-plugin.version>2.7.18</spring-boot-maven-plugin.version>
</properties>
<build>
diff --git a/dubbo-demo/dubbo-demo-api/pom.xml
b/dubbo-demo/dubbo-demo-api/pom.xml
index c469ffdef5..deaf2b0dbd 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.17</spring-boot-maven-plugin.version>
+ <spring-boot-maven-plugin.version>2.7.18</spring-boot-maven-plugin.version>
</properties>
<build>
diff --git a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
index 5ae0e10248..8bae0435f9 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.target>8</maven.compiler.target>
<skip_maven_deploy>true</skip_maven_deploy>
<spring-boot.version>2.7.18</spring-boot.version>
- <spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
+ <spring-boot-maven-plugin.version>2.7.18</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 f24ac41aa6..4a061ac4e8 100644
--- a/dubbo-demo/dubbo-demo-xml/pom.xml
+++ b/dubbo-demo/dubbo-demo-xml/pom.xml
@@ -40,7 +40,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
- <spring-boot-maven-plugin.version>2.7.17</spring-boot-maven-plugin.version>
+ <spring-boot-maven-plugin.version>2.7.18</spring-boot-maven-plugin.version>
</properties>
<build>