Skip to content

Commit

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

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.5)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent e070fd0 commit 0a65ee4
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 @@ -25,7 +25,7 @@ group = 'de.otto.synapse'

ext {
awsSdkVersion = "2.23.14"
springBootVersion = "3.2.2"
springBootVersion = "3.2.5"
edisonVersion = "3.2.0"
testcontainersVersion = "1.19.4"
}
Expand Down

0 comments on commit 0a65ee4

Please sign in to comment.