Skip to content

Commit

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

Updates `org.springframework.boot:spring-boot` from 3.1.9 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.9...v3.2.4)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.1.9 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.9...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.1.9 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.9...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.1.9 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.9...v3.2.4)

---
updated-dependencies:
- 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-starter-tomcat
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2024
1 parent b9421cb commit ab5db77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ziti-springboot-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

ext {
description "Ziti adapter for Spring Boot Client(s)"
springbootVersion = '3.1.9'
springbootVersion = '3.2.4'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion ziti-springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

ext {
description "Ziti adapter for Spring Boot"
springbootVersion = '3.1.9'
springbootVersion = '3.2.4'
}

repositories {
Expand Down

0 comments on commit ab5db77

Please sign in to comment.