Skip to content

Commit

Permalink
Bump spring-boot.version from 2.7.16 to 2.7.17 (#13256)
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 2.7.16 to 2.7.17.

Updates `org.springframework.boot:spring-boot-starter` 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)

Updates `org.springframework.boot:spring-boot-autoconfigure` 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)

Updates `org.springframework.boot:spring-boot-starter-logging` 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-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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent ccb282b commit 7565ef6
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.16</spring-boot.version>
<spring-boot.version>2.7.17</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.16</spring-boot.version>
<spring-boot.version>2.7.17</spring-boot.version>
<skip_maven_deploy>true</skip_maven_deploy>
</properties>

Expand Down

0 comments on commit 7565ef6

Please sign in to comment.