From e00fc515527f8d2ed1dad921b9b399fdaca8f053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 23:35:09 +0000 Subject: [PATCH] Bump org.springframework.boot Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] --- complete/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete/build.gradle b/complete/build.gradle index d296eab..932fe04 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.4.3' + id 'org.springframework.boot' version '3.5.4' id 'java' }