From a9f0f2cdda361dfcc61f2120a44ec5d17f208c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:53:51 +0000 Subject: [PATCH] Bump the guide-dependencies-gradle group across 2 directories with 1 update Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 4.0.3 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.5) Updates `org.springframework.boot` from 4.0.3 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: guide-dependencies-gradle - dependency-name: org.springframework.boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] --- complete/build.gradle | 2 +- initial/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/complete/build.gradle b/complete/build.gradle index ae9d8ab..3cc0fcb 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.3' + id 'org.springframework.boot' version '4.0.5' id 'java' } diff --git a/initial/build.gradle b/initial/build.gradle index ae9d8ab..3cc0fcb 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.3' + id 'org.springframework.boot' version '4.0.5' id 'java' }