3.1.x: Bump org.springframework.boot from 3.1.6 to 3.1.7 (#195)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.6...v3.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-22 11:13:00 +01:00
committed by GitHub
parent 4150e0c1ab
commit 31e99cb367
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ description = "Spring CredHub"
ext {
springVersion = "6.0.11"
springBootVersion = "3.1.6"
springBootVersion = "3.1.7"
springSecurityVersion = "6.1.2"
javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",

View File

@@ -19,7 +19,7 @@ pluginManagement {
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.javaformat' version '0.0.40'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.springframework.boot' version '3.1.6'
id 'org.springframework.boot' version '3.1.7'
}
repositories {
gradlePluginPortal()