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 58f0f0a commit f9cc8c4Copy full SHA for f9cc8c4
spring-boot-2-demo-app/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
dependencies {
10
implementation(platform(project(":common-internal-bom")))
11
- implementation(platform("org.springdoc:springdoc-openapi:1.7.0")) {
+ implementation(platform("org.springdoc:springdoc-openapi:2.8.9")) {
12
because("version 1.8.0 brings incompatible logging library")
13
}
14
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
0 commit comments