From 31e99cb367c9eadb60352e6b51e5a9e2f1b5384e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:13:00 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6f0bc93..2211820 100644 --- a/build.gradle +++ b/build.gradle @@ -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/", diff --git a/settings.gradle b/settings.gradle index f0747a3..b915cb0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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()