From 9af5adda07e2409711a5e0ac04863be6dd8cf3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:04:34 +0000 Subject: [PATCH] [TECH]: 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e6331b4..db13291 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ lombokVersion = '8.14.2' sonarqubeVersion = '7.0.1.6134' ## Library versions -springDocVersion = '2.8.13' +springDocVersion = '2.8.14' googleGuava = '33.5.0-jre' ## Test Libraries