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

@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
description: This is a sample server Petstore server. For this sample, you can use
the api key `special-key` to test the authorization filters.
description: "This is a sample server Petstore server. For this sample, you can\
\ use the api key `special-key` to test the authorization filters."
license:
name: Apache-2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
@@ -122,8 +122,8 @@ paths:
/pet/findByTags:
get:
deprecated: true
description: Multiple tags can be provided with comma separated strings. Use
tag1, tag2, tag3 for testing.
description: "Multiple tags can be provided with comma separated strings. Use\
\ tag1, tag2, tag3 for testing."
operationId: find_pets_by_tags
parameters:
- description: Tags to filter by