From 9f642a65dd71c2a31117c9419909a32181b673e3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 May 2026 21:00:57 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d468ce9..7bdd9db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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:3.0.3") implementation("org.modelmapper:modelmapper:3.2.3") compileOnly("org.projectlombok:lombok") developmentOnly("org.springframework.boot:spring-boot-devtools")