From f74a513a6d25acc687d6a29df06bb113e94dffe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:47:34 +0000 Subject: [PATCH] fix(deps): 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 802ef08..e40316c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { // Spring developmentOnly("org.springframework.boot:spring-boot-devtools") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2") implementation("org.springframework.boot:spring-boot-starter-web") // Other