From 187ec7a56218fb0f6a69b9c62b331b49258183fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:26:03 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.10 to 3.2.11 Bumps org.springframework.boot from 3.2.10 to 3.2.11. --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/boot/build.gradle b/samples/boot/build.gradle index aa528809b..05aed67f9 100644 --- a/samples/boot/build.gradle +++ b/samples/boot/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.2.10' + id 'org.springframework.boot' version '3.2.11' id 'io.spring.dependency-management' id 'java' }