Skip to content

Commit

Permalink
Bump versions.spring_boot from 3.3.4 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps `versions.spring_boot` from 3.3.4 to 3.4.0.

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

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

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

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

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

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

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

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

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

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.4 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.4.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-devtools
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent b26662b commit f84c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
ext {
versions = [
spring_boot : '3.3.4',
spring_boot : '3.4.0',
spring : '6.1.13',
spring_security : '6.3.3',
spring_security_jwt : '1.1.1.RELEASE',
Expand Down

0 comments on commit f84c916

Please sign in to comment.