Skip to content

Commit

Permalink
[WOR-1448]: Bump org.webjars.npm:swagger-ui-dist from 3.36.2 to 5.17.…
Browse files Browse the repository at this point in the history
…14 (#304)

Bumps [org.webjars.npm:swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 3.36.2 to 5.17.14.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v3.36.2...v5.17.14)

---
updated-dependencies:
- dependency-name: org.webjars.npm:swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 4b7d0db commit 2d1c9aa
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 @@ -101,7 +101,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.13.3'
implementation group: 'io.swagger', name: 'swagger-annotations', version: '1.6.6'
implementation group: 'io.swagger.core.v3', name: 'swagger-annotations', version: '2.2.2'
runtimeOnly group: 'org.webjars.npm', name: 'swagger-ui-dist', version: '3.36.2'
runtimeOnly group: 'org.webjars.npm', name: 'swagger-ui-dist', version: '5.17.14'
swaggerCodegen group: 'io.swagger.codegen.v3', name: 'swagger-codegen-cli', version: '3.0.47'

// Test deps
Expand Down

0 comments on commit 2d1c9aa

Please sign in to comment.