Skip to content

Commit

Permalink
build: bump org.springdoc:springdoc-openapi-starter-webflux-ui
Browse files Browse the repository at this point in the history
Bumps [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi) from 2.5.0 to 2.6.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@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent a21d384 commit ee47957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eno-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
// Spring Web
implementation 'org.springframework.boot:spring-boot-starter-webflux'
// Open API // https://springdoc.org/v2/#spring-webflux-support
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.5.0'
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.6.0'
// Lombok
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit ee47957

Please sign in to comment.