Skip to content

Commit 0afa3f5

Browse files
Bump org.springframework.cloud:spring-cloud-dependencies
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2021.0.9 to 2024.0.1. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2021.0.9...v2024.0.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b1f64e commit 0afa3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-2-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
because("version 1.8.0 brings incompatible logging library")
1313
}
1414
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
15-
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9"))
15+
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2024.0.1"))
1616
implementation(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4"))
1717

1818
implementation("org.springframework.boot:spring-boot-starter-web")

spring-boot-3-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation(platform(project(":common-internal-bom")))
1111
implementation(platform("org.springdoc:springdoc-openapi:2.6.0"))
1212
implementation(platform(libs.spring.boot.v3.dependencies))
13-
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.5"))
13+
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2024.0.1"))
1414

1515
implementation("org.springframework.boot:spring-boot-starter-web")
1616
implementation("org.springframework.boot:spring-boot-starter-webflux")

0 commit comments

Comments
 (0)