From 258094a25e33490afa6d799102cd962dcabe9d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:28:23 +0000 Subject: [PATCH] Bump the guide-dependencies-gradle group across 4 directories with 2 updates Bumps the guide-dependencies-gradle group with 2 updates in the /complete/configuration-client directory: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 2 updates in the /complete/configuration-service directory: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 2 updates in the /initial/configuration-client directory: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 2 updates in the /initial/configuration-service directory: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.2 to 2024.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2024.0.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.1) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.2 to 2024.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2024.0.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.1) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.2 to 2024.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2024.0.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.1) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.2 to 2024.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2024.0.0) Updates `org.springframework.boot` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major 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.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major 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.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major 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.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major 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/configuration-client/build.gradle | 4 ++-- complete/configuration-service/build.gradle | 4 ++-- initial/configuration-client/build.gradle | 4 ++-- initial/configuration-service/build.gradle | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/complete/configuration-client/build.gradle b/complete/configuration-client/build.gradle index 055b3d4..b8fe7c2 100644 --- a/complete/configuration-client/build.gradle +++ b/complete/configuration-client/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.1' id 'java' } @@ -15,7 +15,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies { diff --git a/complete/configuration-service/build.gradle b/complete/configuration-service/build.gradle index 7fb140d..0c012e9 100644 --- a/complete/configuration-service/build.gradle +++ b/complete/configuration-service/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.1' id 'java' } @@ -15,7 +15,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies { diff --git a/initial/configuration-client/build.gradle b/initial/configuration-client/build.gradle index 055b3d4..b8fe7c2 100644 --- a/initial/configuration-client/build.gradle +++ b/initial/configuration-client/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.1' id 'java' } @@ -15,7 +15,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies { diff --git a/initial/configuration-service/build.gradle b/initial/configuration-service/build.gradle index 7fb140d..0c012e9 100644 --- a/initial/configuration-service/build.gradle +++ b/initial/configuration-service/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.4.1' id 'java' } @@ -15,7 +15,7 @@ repositories { } ext { - springCloudVersion = '2023.0.2' + springCloudVersion = '2024.0.0' } dependencies {