Skip to content

Commit

Permalink
Bump org.springdoc:springdoc-openapi-ui from 1.6.9 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps org.springdoc:springdoc-openapi-ui from 1.6.9 to 1.8.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent e127a79 commit 2cf516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot
implementation group: 'com.puppycrawl.tools', name: 'checkstyle', version: versions.puppyCrawl
implementation group: 'commons-io', name: 'commons-io', version: versions.commonsIo
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.9'
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'

implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'

Expand Down

0 comments on commit 2cf516b

Please sign in to comment.