Skip to content

Commit

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

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-devtools` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-starter-cache` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16)

---
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
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-devtools
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  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-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Sep 25, 2023
1 parent e274904 commit 25dec03
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 : '2.7.15',
spring_boot : '2.7.16',
spring : '5.3.30',
spring_security : '5.8.7',
spring_security_jwt : '1.1.1.RELEASE',
Expand Down

0 comments on commit 25dec03

Please sign in to comment.