Closed
Description
Describe the bug
- When using springdoc-openapi v2.3.0, a message starting with "XXX PROPS " is displayed to standard error.
To Reproduce
Steps to reproduce the behavior:
- Use springdoc-openapi v2.3.0 version
- Request to server API_DOCS_URL (OpenApiWebMvcResource#openapiJson)
Expected behavior
- No System.err debugging message.
Screenshots

Additional context
- It is not springdoc bug, but swagger-core 2.2.19 on swagger-api/swagger-core@699f70e
- swagger-core 2.2.20 fix this problem on swagger-api/swagger-core@bfd25e2
- Thus It will be fix Upgrade swagger-core to 2.2.20, please.