Skip to content

Commit

Permalink
Bump springBootVersion from 2.7.5 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps `springBootVersion` from 2.7.5 to 3.0.2.

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

Updates `spring-boot-configuration-processor` from 2.7.5 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.5...v3.0.2)

Updates `spring-boot-starter-test` from 2.7.5 to 3.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.5...v3.0.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and remkop committed Jan 25, 2023
1 parent 57cbd80 commit bfc224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
junitDepVersion = "4.11.20120805.1225"
junitVersion = "4.13.2"
log4j2Version = "2.19.0"
springBootVersion = "2.7.5"
springBootVersion = "3.0.2"
systemRulesVersion = "1.19.0"

supportDependencies = [
Expand Down

0 comments on commit bfc224b

Please sign in to comment.