From cda6af99e91744a09e2eaff3ffc452d06110c77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:08:48 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi from 1.8.0 to 2.7.0 Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 1.8.0 to 2.7.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/v1.8.0...v2.7.0) --- 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..a5adf20 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.7.0")) val spring2Version = "2.7.18" api(platform("org.springframework.boot:spring-boot-dependencies:$spring2Version")) api(platform("org.springframework:spring-framework-bom:5.3.37"))