From 89b517144fbce7261f4c63848424be460ffae977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:04:21 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.17 --- service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle.kts b/service/build.gradle.kts index a2f573b..d796205 100644 --- a/service/build.gradle.kts +++ b/service/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.xerial:sqlite-jdbc:3.46.1.3") implementation("org.hibernate.orm:hibernate-community-dialects") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.17") testImplementation(project(":client")) testImplementation("org.springframework.boot:spring-boot-starter-test")