Skip to content

Commit

Permalink
Bump springbootVersion from 2.7.3 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps `springbootVersion` from 2.7.3 to 3.2.0.

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-validation` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-test` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-security` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-data-redis` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.7.3 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.3...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-test
  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
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-data-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent b3df559 commit 5c40405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ allprojects {
snappyVersion = '1.1.8.4'
spotbugsVersion = '4.7.1'
springdocVersion = '1.6.11'
springbootVersion = '2.7.3'
springbootVersion = '3.2.0'
springdataVersion = '2.7.2'
springldapVersion = '2.4.1'
swaggerVersion = '2.2.2'
Expand Down

0 comments on commit 5c40405

Please sign in to comment.