From ef3ba7da98036289712b6fdad8f02b9d5ab34f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:40:32 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.2 to 3.2.8 Bumps org.springframework.boot from 3.2.2 to 3.2.8. --- 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 0846b4ab1..aba0c8bb4 100644 --- a/samples/boot/build.gradle +++ b/samples/boot/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.2.2' + id 'org.springframework.boot' version '3.2.8' id 'io.spring.dependency-management' id 'java' }