From 4488a9ad0e9bb6967dfa52fd51eecf8410694898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:56:18 +0000 Subject: [PATCH] fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.9.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 802ef08..f34d1a6 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:2.9.1") implementation("org.springframework.boot:spring-boot-starter-web") // Other