From 6f6772b7df67e1391121380543c01890202a140a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:21:52 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-webflux-ui Bumps [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi) 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-webflux-ui dependency-version: 2.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3d99f96e..214cd818 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ ext["kotlin-serialization.version"] = "1.8.0" dependencies { val commonsVersion = "33ce2e9-SNAPSHOT" val cucumberVersion = "7.31.0" - val springdocVersion = "2.8.13" + val springdocVersion = "2.8.14" val ktorVersion = "3.3.2" implementation("cash.atto:commons-core:$commonsVersion")