From 5f3b3ecc75f14c7fbc3fd71732e41db7e703412a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:56:24 +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..5e14b0f 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.1.1") implementation("org.springframework.boot:spring-boot-starter-web") // Other