From 5d7efec14e38e623e007ad10d8b92bafbd91538f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:20:54 +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.5.6 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.0) Updates `org.springframework.boot` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: guide-dependencies-gradle - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 e44b3407..d8b42e8b 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.5.6' + id 'org.springframework.boot' version '4.0.0' id 'com.vaadin' version '24.9.1' } diff --git a/initial/build.gradle b/initial/build.gradle index e44b3407..d8b42e8b 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.5.6' + id 'org.springframework.boot' version '4.0.0' id 'com.vaadin' version '24.9.1' }