From b1bc2e735fb2b9ef1a4b7ddd770a572dceada406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:31:51 +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.10 to 2.8.12. - [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.10...v2.8.12) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui dependency-version: 2.8.12 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 49f77d1a..8fde2dfa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ ext["kotlin-serialization.version"] = "1.8.0" dependencies { val commonsVersion = "5.1.1" val cucumberVersion = "7.27.2" - val springdocVersion = "2.8.10" + val springdocVersion = "2.8.12" val ktorVersion = "3.2.3" implementation("cash.atto:commons-core:$commonsVersion")