Skip to content

Commit f9cc8c4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)