From 97863c5b55628ccb9106c2aa0a81b522d0e56855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:27:09 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.11 to 3.2.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.11...v3.2.12) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c162361..9d31753 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ repositories { dependencies { checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.43") - implementation platform('org.springframework.boot:spring-boot-dependencies:3.2.11') + implementation platform('org.springframework.boot:spring-boot-dependencies:3.2.12') implementation('org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0') implementation('org.springframework.boot:spring-boot-starter-webflux') implementation('org.springframework.boot:spring-boot-starter-actuator')