From a6da1099e6f9ee00ef53fd04b783c509e60b50fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:20:29 +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.14 to 3.0.0. - [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.14...v3.0.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 38ab09f..489b494 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ ext["kotlin-serialization.version"] = "1.8.0" dependencies { val commonsVersion = "5.4.1" val cucumberVersion = "7.23.0" - val springdocVersion = "2.8.14" + val springdocVersion = "3.0.0" implementation("cash.atto:commons-node-remote:$commonsVersion") testImplementation("cash.atto:commons-node-test:$commonsVersion")