Skip to content

Commit

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-amqp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent f5c6625 commit 726008c
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 @@ -23,7 +23,7 @@ group = 'io.pivotal.identityService'
sourceCompatibility = '1.8'

ext {
springVersion = '2.7.17'
springVersion = '2.7.18'
springSecurityVersion = '5.8.8'
cfEnvSsoVersion = '2.5.0'
}
Expand Down

0 comments on commit 726008c

Please sign in to comment.