From c156a3ca51913cb491fafbcea2e682aa61266209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:46:13 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi from 1.8.0 to 2.8.9 Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 1.8.0 to 2.8.9. - [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/v1.8.0...v2.8.9) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi dependency-version: 2.8.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal-spring-boot-2-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-spring-boot-2-bom/build.gradle.kts b/internal-spring-boot-2-bom/build.gradle.kts index f62cae8..d6ca8b7 100644 --- a/internal-spring-boot-2-bom/build.gradle.kts +++ b/internal-spring-boot-2-bom/build.gradle.kts @@ -11,7 +11,7 @@ javaPlatform { dependencies { api(platform(project(":internal-bom"))) - api(platform("org.springdoc:springdoc-openapi:1.8.0")) + api(platform("org.springdoc:springdoc-openapi:2.8.9")) val spring2Version = "2.7.18" api(platform("org.springframework.boot:spring-boot-dependencies:$spring2Version")) api(platform("org.springframework:spring-framework-bom:5.3.37"))