update swagger core, jackson to newer version (#11545)

This commit is contained in:
William Cheng
2022-02-08 13:31:20 +08:00
committed by GitHub
parent c9118d6982
commit b6c445cdc3
71 changed files with 985 additions and 984 deletions

View File

@@ -9,7 +9,7 @@ info:
version: 1.0.0
servers:
- description: petstore server
url: http://{server}.swagger.io:{port}/v2
url: "http://{server}.swagger.io:{port}/v2"
variables:
server:
default: petstore
@@ -23,7 +23,7 @@ servers:
- "80"
- "8080"
- description: The local server
url: https://localhost:8080/{version}
url: "https://localhost:8080/{version}"
variables:
version:
default: v2