Skip to content

Commit

Permalink
Bump spring-boot.version from 2.7.8 to 2.7.9 (apache#11739)
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 2.7.8 to 2.7.9.

Updates `spring-boot-starter` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.8...v2.7.9)

Updates `spring-boot-autoconfigure` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.8...v2.7.9)

Updates `spring-boot-starter-logging` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.8...v2.7.9)

---
updated-dependencies:
- 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-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-logging
  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] authored and lcb11 committed Mar 31, 2023
1 parent f3328a8 commit 8e40702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<slf4j-log4j12.version>1.7.33</slf4j-log4j12.version>
<spring-boot.version>2.7.8</spring-boot.version>
<spring-boot.version>2.7.9</spring-boot.version>
<skip_maven_deploy>true</skip_maven_deploy>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<slf4j-log4j12.version>1.7.33</slf4j-log4j12.version>
<spring-boot.version>2.7.8</spring-boot.version>
<spring-boot.version>2.7.9</spring-boot.version>
<skip_maven_deploy>true</skip_maven_deploy>
</properties>

Expand Down

0 comments on commit 8e40702

Please sign in to comment.