From 2bd273fb4de4c75e3ed283dd6fe4d629502104ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:32:12 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps the dependencies group in /chat-server with 1 update: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.13 to 2.8.14 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.13...v2.8.14) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- chat-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-server/build.gradle.kts b/chat-server/build.gradle.kts index 065e056..e5953ef 100644 --- a/chat-server/build.gradle.kts +++ b/chat-server/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("org.springframework.ai:spring-ai-starter-vector-store-pgvector") runtimeOnly("org.postgresql:postgresql") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14") implementation("org.jetbrains.kotlin:kotlin-reflect")