From 59c97b2d5796225d5d51f18d8e47ba26556f4398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:23:17 +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 3.3.0 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.3) Updates `org.springframework.boot` from 3.3.0 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor 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 422ab16..7a55f3d 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.3' id 'java' } diff --git a/initial/build.gradle b/initial/build.gradle index 3a20113..0456210 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.3' id 'java' }