Skip to content

Commit

Permalink
build(deps): bump org.webjars:swagger-ui from 4.11.1 to 5.15.0
Browse files Browse the repository at this point in the history
Bumps [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) from 4.11.1 to 5.15.0.
- [Commits](webjars/swagger-ui@swagger-ui-4.11.1...swagger-ui-5.15.0)

---
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 Apr 11, 2024
1 parent f4743b3 commit 7ee2fd3
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.11.1")
"swaggerUI"("org.webjars:swagger-ui:5.15.0")
}

val datafaker: String by project
Expand Down

0 comments on commit 7ee2fd3

Please sign in to comment.