We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6183b58 commit 09b3359Copy full SHA for 09b3359
spring-boot-2-demo-app/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
because("version 1.8.0 brings incompatible logging library")
12
}
13
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
14
- implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9"))
+ implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2024.0.0"))
15
implementation(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4"))
16
17
implementation("org.springframework.boot:spring-boot-starter-web")
0 commit comments