From 9e420292931863dc647daf12b35043a31a016b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:16:08 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.8 to 3.2.10 Bumps org.springframework.boot from 3.2.8 to 3.2.10. --- 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 aba0c8bb4..aa528809b 100644 --- a/samples/boot/build.gradle +++ b/samples/boot/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.2.8' + id 'org.springframework.boot' version '3.2.10' id 'io.spring.dependency-management' id 'java' }