Bump org.springframework.boot from 2.7.17 to 3.2.0

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.17 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.17...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-27 01:10:43 +00:00 committed by GitHub
parent 5981f65db1
commit 8a1e89fe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version "2.7.17"
id 'org.springframework.boot' version "3.2.0"
id 'java'
id 'application'
}

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version "2.7.17"
id 'org.springframework.boot' version "3.2.0"
id 'java'
id 'application'
}