Skip to content

Commit

Permalink
Pin springdoc to 2.6.0 to match Spring Boot 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Dec 10, 2024
1 parent d8cb3da commit d42ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencyResolutionManagement {
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0"
)
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.18.1")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
library("wiremock", "org.wiremock:wiremock-standalone:3.10.0")

bundle(
Expand Down

0 comments on commit d42ca39

Please sign in to comment.