build(deps): update swagger-ui to v3.52.3 (#2412)

pull/2416/head
Amir Zarrinkafsh 2021-09-26 12:25:14 +10:00 committed by GitHub
parent bd6a8e3ea2
commit d7763a20ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.52.2"
swaggerVer := "3.52.3"
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()