Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Bump spring-boot.version from 2.7.10 to 2.7.11 (#2060)
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 2.7.10 to 2.7.11.

Updates `spring-boot-dependencies` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `spring-boot-starter` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `spring-boot-starter-log4j2` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `spring-boot-starter-web` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `spring-boot-starter-test` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `spring-boot-maven-plugin` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-log4j2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- 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 Apr 21, 2023
1 parent 34f17d0 commit 2b3855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<sonar.coverage.exclusions>**/distribution/runner/RevRetentionPolicy*</sonar.coverage.exclusions>

<!-- https://spring.io/projects/spring-boot -->
<spring-boot.version>2.7.10</spring-boot.version>
<spring-boot.version>2.7.11</spring-boot.version>
<!-- https://spring.io/projects/spring-cloud#release-trains -->
<spring-cloud.version>2021.0.6</spring-cloud.version>
<!-- If you update spring-cloud, see if it references the correct spring-vault-core version again, then remove the following: -->
Expand Down

0 comments on commit 2b3855a

Please sign in to comment.