Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-maven-plugin (#13253)
Browse files Browse the repository at this point in the history
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](spring-projects/spring-boot@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 782d998 commit 8efccfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dubbo-demo/dubbo-demo-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-demo/dubbo-demo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-demo/dubbo-demo-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-demo/dubbo-demo-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8efccfb

Please sign in to comment.