From cd6fc8df75c7f51ec125625a55cc9b25e6c63497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:15:12 +0000 Subject: [PATCH 1/2] Bump the guide-dependencies-gradle group across 4 directories with 1 update Bumps the guide-dependencies-gradle group with 1 update in the /complete/bookstore directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /complete/reading directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial/bookstore directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial/reading directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.0) --- 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 - 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/bookstore/build.gradle | 2 +- complete/reading/build.gradle | 2 +- initial/bookstore/build.gradle | 2 +- initial/reading/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/complete/bookstore/build.gradle b/complete/bookstore/build.gradle index d956d1b..b3bf49a 100644 --- a/complete/bookstore/build.gradle +++ b/complete/bookstore/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.5' } diff --git a/complete/reading/build.gradle b/complete/reading/build.gradle index ac17f70..809d4c0 100644 --- a/complete/reading/build.gradle +++ b/complete/reading/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.5' } diff --git a/initial/bookstore/build.gradle b/initial/bookstore/build.gradle index d956d1b..b3bf49a 100644 --- a/initial/bookstore/build.gradle +++ b/initial/bookstore/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.5' } diff --git a/initial/reading/build.gradle b/initial/reading/build.gradle index ac17f70..809d4c0 100644 --- a/initial/reading/build.gradle +++ b/initial/reading/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.5' } From 3b2655a2a91f2fd2ced47ffa07a5cedec4201d5b Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 9 Dec 2024 09:05:57 -0500 Subject: [PATCH 2/2] Upgrade Spring Cloud version to be compatible with Spring Boot 3.4.0 --- complete/reading/build.gradle | 2 +- initial/reading/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/complete/reading/build.gradle b/complete/reading/build.gradle index 809d4c0..73e22f8 100644 --- a/complete/reading/build.gradle +++ b/complete/reading/build.gradle @@ -13,7 +13,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies { diff --git a/initial/reading/build.gradle b/initial/reading/build.gradle index 809d4c0..73e22f8 100644 --- a/initial/reading/build.gradle +++ b/initial/reading/build.gradle @@ -13,7 +13,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies {