From 2d119d5e44bb6caba5f2675b2675f03f8b5ef6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:31:51 +0200 Subject: [PATCH] 3.0.x: Bump org.springframework.boot:spring-boot-dependencies (#165) Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.10...v3.0.11) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a4e498..4477bd4 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ description = "Spring CredHub" ext { springVersion = "6.0.4" - springBootVersion = "3.0.10" + springBootVersion = "3.0.11" springSecurityVersion = "6.0.1" javadocLinks = [ "https://docs.oracle.com/en/java/javase/17/docs/api/",