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 ec03e29 commit d107b1eCopy full SHA for d107b1e
build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
testImplementation(libs.spring.boot.starter.test)
22
23
// SpringDoc OpenAPI 3 support
24
- implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
+ implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.12")
25
26
// Jackson dependencies - required for OpenAPI client
27
implementation(libs.jackson.databind)
0 commit comments