Skip to content

Commit

Permalink
Bump the guide-dependencies-gradle group across 4 directories with 2 …
Browse files Browse the repository at this point in the history
…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](spring-cloud/spring-cloud-release@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](spring-projects/spring-boot@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](spring-cloud/spring-cloud-release@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](spring-projects/spring-boot@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](spring-cloud/spring-cloud-release@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](spring-projects/spring-boot@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](spring-cloud/spring-cloud-release@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](spring-projects/spring-boot@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 31e0560 commit 258094a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions complete/configuration-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.1'
id 'java'
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions complete/configuration-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.1'
id 'java'
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions initial/configuration-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.1'
id 'java'
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions initial/configuration-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.1'
id 'java'
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down

0 comments on commit 258094a

Please sign in to comment.