Skip to content

Commit

Permalink
Upgrading Swagger to 2.2.2 #678
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Jun 7, 2024
1 parent ed09810 commit fcfd94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* #662 Update expression parser with JavaCC 7.0.13
* #673 OpenAPI should have an "array of string" schema for "include" and "exclude"
* #677 Upgrading JUnit to 5.10.2
* #678 Upgrading Swagger to 2.2.2

## Release 5.0.M19

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<bq.version>3.0-M4</bq.version>

<junit5.version>5.10.2</junit5.version>
<swagger.version>2.1.12</swagger.version>
<swagger.version>2.2.2</swagger.version>
<mockito.version>3.9.0</mockito.version>

<gpg.pinentry.mode>loopback</gpg.pinentry.mode>
Expand Down

0 comments on commit fcfd94c

Please sign in to comment.