Skip to content

Commit

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

Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

Updates `org.springframework.boot:spring-boot-starter-jdbc` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.18 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor
  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-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-jdbc
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 20ab650 commit bc338f3
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 @@ -15,7 +15,7 @@ ext {
mybatisSpringVersion = '2.1.2',
mybatisSpringBootStarterVersion = '2.3.2',
springVersion = '5.3.39',
springBootVersion = '2.7.18',
springBootVersion = '3.3.4',
springBoot3Version = '3.3.3',
springCloudVersion = '3.1.8',
jsqlparserVersion = '5.0',
Expand Down

0 comments on commit bc338f3

Please sign in to comment.