build(deps): update swagger-ui to v3.52.1 (#2367)

pull/2362/head^2
Amir Zarrinkafsh 2021-09-13 18:33:51 +10:00 committed by GitHub
parent 763938a0b7
commit 4b3e7ac724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.52.0"
swaggerVer := "3.52.1"
cmd := utils.CommandWithStdout("bash", "-c", "wget -q https://github.com/swagger-api/swagger-ui/archive/v"+swaggerVer+".tar.gz -O ./v"+swaggerVer+".tar.gz")
err := cmd.Run()