Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.17
All checks were successful
Build / build (pull_request) Successful in 1m47s

This commit is contained in:
2026-05-02 21:00:33 +00:00
parent e006f01b8e
commit 56412e9a48

View File

@@ -28,7 +28,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.17")
implementation("org.modelmapper:modelmapper:3.2.3")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")