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