Skip to content

Commit

Permalink
build(deps): bump org.webjars:swagger-ui from 4.14.0 to 5.18.2
Browse files Browse the repository at this point in the history
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) from 4.14.0 to 5.18.2.
- [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@v4.14.0...v5.18.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent cc0b975 commit c6d2318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {

dependencies {
"swaggerCodegen"("org.openapitools:openapi-generator-cli:6.0.1")
"swaggerUI"("org.webjars:swagger-ui:4.14.0")
"swaggerUI"("org.webjars:swagger-ui:5.18.2")
}

val jetBrainsAnnotationsVersion: String by project
Expand Down

0 comments on commit c6d2318

Please sign in to comment.