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 74d2200 commit 8ee4d8dCopy full SHA for 8ee4d8d
spring-boot-2-demo-app/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation(platform("org.springdoc:springdoc-openapi:1.7.0")) {
12
because("version 1.8.0 brings incompatible logging library")
13
}
14
- implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
+ implementation(platform("org.springframework.boot:spring-boot-dependencies:3.4.5"))
15
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9"))
16
implementation(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4"))
17
0 commit comments