From eb7006cdcc11c3190f324c348bbb3309b2cd0c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:27:07 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-webmvc-ui in /server Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.4 to 2.8.5. - [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.4...v2.8.5) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 83c7bb1..6c11ea9 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core") // swagger - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5") // logging implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")