Skip to content

Commit

Permalink
Update dependency org.webjars:swagger-ui to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent b0a304e commit 6af4c6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ repositories {
}
dependencies {
swaggerUI 'org.webjars:swagger-ui:3.52.5'
swaggerUI 'org.webjars:swagger-ui:5.3.1'
}
swaggerSources {
Expand Down
2 changes: 1 addition & 1 deletion acceptance-test/projects/ui-v2/basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerUI 'org.webjars:swagger-ui:2.2.10-1'
swaggerUI 'org.webjars:swagger-ui:5.3.1'
}

swaggerSources {
Expand Down
2 changes: 1 addition & 1 deletion acceptance-test/projects/ui-v3/basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerUI 'org.webjars:swagger-ui:3.52.5'
swaggerUI 'org.webjars:swagger-ui:5.3.1'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.32'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerUI 'org.webjars:swagger-ui:3.52.5'
swaggerUI 'org.webjars:swagger-ui:5.3.1'
}

swaggerSources {
Expand Down

0 comments on commit 6af4c6b

Please sign in to comment.