Skip to content

Commit

Permalink
Bump the guide-dependencies-gradle group across 2 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 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 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.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.4.2)

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.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.4.2)

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 5a4df3e commit 494a294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.2'
}

apply plugin: 'io.spring.dependency-management'
Expand All @@ -19,7 +19,7 @@ repositories {
}

ext {
springCloudVersion = "2023.0.2"
springCloudVersion = "2024.0.0"
}

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

apply plugin: 'io.spring.dependency-management'
Expand All @@ -19,7 +19,7 @@ repositories {
}

ext {
springCloudVersion = "2023.0.2"
springCloudVersion = "2024.0.0"
}

dependencies {
Expand Down

0 comments on commit 494a294

Please sign in to comment.