build(deps): update swagger-ui to v4.11.1 (#3361)

pull/3360/head^2
James Elliott 2022-05-14 15:24:45 +10:00 committed by GitHub
parent 1c6b3b7c55
commit ac4159acff
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(branch string) {
}
func buildSwagger() {
swaggerVer := "4.10.3"
swaggerVer := "4.11.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()