Skip to content

Commit

Permalink
Bump spring.boot.version from 2.6.7 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.6.7 to 2.7.0.

Updates `spring-boot-starter` from 2.6.7 to 2.7.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.7...v2.7.0)

Updates `spring-boot-maven-plugin` from 2.6.7 to 2.7.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.7...v2.7.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gklijs committed May 19, 2022
1 parent 40632ba commit 7848a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<kotlin.version>1.6.21</kotlin.version>
<kotlin-logging-jvm.version>2.1.21</kotlin-logging-jvm.version>
<spring.boot.version>2.6.7</spring.boot.version>
<spring.boot.version>2.7.0</spring.boot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7848a75

Please sign in to comment.