Skip to content

Commit

Permalink
Bump spring.boot.version from 2.5.5 to 2.5.6 (#2386)
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.5.5 to 2.5.6.

Updates `spring-boot-dependencies` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)

Updates `spring-boot-starter-security` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)

Updates `spring-boot-starter-actuator` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)

---
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-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  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>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot[bot] and aklish authored Oct 27, 2021
1 parent 63edada commit eac97d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elide-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<parent.pom.dir>${project.basedir}/../..</parent.pom.dir>
<spring.boot.version>2.5.5</spring.boot.version>
<spring.boot.version>2.5.6</spring.boot.version>
<groovy.version>3.0.9</groovy.version>
</properties>

Expand Down

0 comments on commit eac97d9

Please sign in to comment.