Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade io.swagger.core.v3:swagger-models from 2.1.13 to 2.2.1 #465

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<formatter.basedir>${project.basedir}</formatter.basedir>
<classgraph.version>4.8.147</classgraph.version>
<jsr305.version>3.0.2</jsr305.version>
<swagger.version>2.1.13</swagger.version>
<swagger.version>2.2.1</swagger.version>
<swagger.codegen.version>3.0.34</swagger.codegen.version>
<swagger.codegen.generators.version>1.0.34</swagger.codegen.generators.version>
Comment on lines +54 to 56
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch breaks the application as some method is missing. I guess we have to bump all Swagger-related versions to make it work.

<jackson.version>2.13.3</jackson.version>
Expand Down