Skip to content

Commit b979311

Browse files
Bump org.springdoc:springdoc-openapi from 1.7.0 to 2.7.0
Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 1.7.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](springdoc/springdoc-openapi@v1.7.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] <[email protected]>
1 parent e095cf8 commit b979311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-2-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
dependencies {
99
implementation(platform(project(":common-internal-bom")))
10-
implementation(platform("org.springdoc:springdoc-openapi:1.7.0")) {
10+
implementation(platform("org.springdoc:springdoc-openapi:2.7.0")) {
1111
because("version 1.8.0 brings incompatible logging library")
1212
}
1313
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))

spring-boot-3-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
dependencies {
99
implementation(platform(project(":common-internal-bom")))
10-
implementation(platform("org.springdoc:springdoc-openapi:2.6.0"))
10+
implementation(platform("org.springdoc:springdoc-openapi:2.7.0"))
1111
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.4"))
1212

1313
implementation("org.springframework.boot:spring-boot-starter-web")

0 commit comments

Comments
 (0)