Skip to content

Commit 02ba7eb

Browse files
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](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) 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 - 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]>
1 parent 31e0560 commit 02ba7eb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

complete/configuration-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.0'
2+
id 'org.springframework.boot' version '3.4.2'
33
id 'java'
44
}
55

@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
springCloudVersion = '2023.0.2'
18+
springCloudVersion = '2024.0.0'
1919
}
2020

2121
dependencies {

complete/configuration-service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.0'
2+
id 'org.springframework.boot' version '3.4.2'
33
id 'java'
44
}
55

@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
springCloudVersion = '2023.0.2'
18+
springCloudVersion = '2024.0.0'
1919
}
2020

2121
dependencies {

initial/configuration-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.0'
2+
id 'org.springframework.boot' version '3.4.2'
33
id 'java'
44
}
55

@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
springCloudVersion = '2023.0.2'
18+
springCloudVersion = '2024.0.0'
1919
}
2020

2121
dependencies {

initial/configuration-service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.0'
2+
id 'org.springframework.boot' version '3.4.2'
33
id 'java'
44
}
55

@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
springCloudVersion = '2023.0.2'
18+
springCloudVersion = '2024.0.0'
1919
}
2020

2121
dependencies {

0 commit comments

Comments
 (0)