Skip to content

Commit 09b3359

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.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2021.0.9...v2024.0.0) --- 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 6183b58 commit 09b3359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)