From 4b59390f0153cc494d8f2f7d24db52cba4e93150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:25:31 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi from 1.8.0 to 2.8.4 Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 1.8.0 to 2.8.4. - [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.4) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi 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..59e89d7 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.4")) val spring2Version = "2.7.18" api(platform("org.springframework.boot:spring-boot-dependencies:$spring2Version")) api(platform("org.springframework:spring-framework-bom:5.3.37"))