Skip to content

Commit

Permalink
Bump org.springdoc:springdoc-openapi from 2.8.0 to 2.8.3
Browse files Browse the repository at this point in the history
Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 2.8.0 to 2.8.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.0...v2.8.3)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent c95e300 commit a85c7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-index-health-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(project(":db-migrations"))
implementation(platform(libs.spring.boot.v3.dependencies))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.4.1"))
implementation(platform("org.springdoc:springdoc-openapi:2.8.0"))
implementation(platform("org.springdoc:springdoc-openapi:2.8.3"))

implementation("org.apache.commons:commons-lang3:3.17.0")

Expand Down

0 comments on commit a85c7ff

Please sign in to comment.