From f45d1316d27744ea4c86e042cc01dbd93cae9c63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:38:18 +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..94a6c1f 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.1") implementation("org.springframework.boot:spring-boot-starter-web") // Other