Skip to content

Commit

Permalink
Bump spring.boot.version from 3.0.1 to 3.0.2 (#2879)
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 3.0.1 to 3.0.2.

Updates `spring-boot-starter-actuator` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.1...v3.0.2)

Updates `spring-boot-dependencies` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.1...v3.0.2)

Updates `spring-boot-starter-security` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.1...v3.0.2)

Updates `spring-boot-starter-validation` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:development
  update-type: version-update:semver-patch
- 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-validation
  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 Feb 18, 2023
1 parent 846f417 commit d397cfe
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>3.0.1</spring.boot.version>
<spring.boot.version>3.0.2</spring.boot.version>
<tomcat.version>10.1.4</tomcat.version>
</properties>

Expand Down

0 comments on commit d397cfe

Please sign in to comment.