From 2daf153f9fb667489e5e9c3242a3f7d9f50a42c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 00:09:10 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.4 to 3.5.7 in /giving-example Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.4 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- giving-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giving-example/build.gradle b/giving-example/build.gradle index 7c20567..2f97ae4 100644 --- a/giving-example/build.gradle +++ b/giving-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.4' + id 'org.springframework.boot' version '3.5.7' id 'io.spring.dependency-management' version '1.1.7' id 'java'