misl / openapi-validator-maven-plugin

Plugin to validate and merge splitted OpenAPI specification files.
6 stars 1 forks source link

Bump swagger-parser from 2.0.30 to 2.0.33 #67

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps swagger-parser from 2.0.30 to 2.0.33.

Release notes

Sourced from swagger-parser's releases.

Swagger-parser 2.0.33 released!

  • bump parser v1 to 1.0.60 (#1727)
  • improve test for issue1637 (#1723)
  • Fix for unexpected style and explode items when content is present at parameters (#1722)
  • Bug/issue1169 nosplit v3 (#1718)
  • [swagger-parser-v2-converter] vendor extensions from body params not copied to RequestBody (#1716)
  • set validate internal ref option to true by default (#1710)
  • Fixed #1706 (#1707)
  • Fix and test for issue 1643 - Parser does not validate an undefined ref property (#1705)

Swagger-parser 2.0.32 released!

  • bump core and parser v1 to release (#1701)
  • Update v1 parser snapshot 1.5.9 (#1696)
  • improve test for issue #1685 get messages from conversion v2 to v3 (#1694)
  • update v1 parser in pom (#1693)
  • CVE-2020-36518: Bump jackson-databind to 2.13.2.2 (#1690)
  • NPE when swagger field is invalid in 2.0 to 3.0 converter (#1686)
  • refs #1630 - add option to deserialize byte/binary schemas as StringSchema (#1682)
  • Fix the issue of not merging the extensions in allOf (#1681)

Swagger-parser 2.0.31 released!

  • fix exception while file do not have '/' (#1672)
  • Update Jackson to include CVE fixed in version 2.12.6 (#1670)
  • Correct spelling mistake in readme (#1668)
  • add org.owasp dependency in security profile (#1663)
  • add org.owasp dependency (#1662)
  • add location to messages for external refs (#1659)
  • OpenAPIDeserializer: Report an error when a request body content defines no media types. (#1649)
  • OpenAPIDeserializer: Report an error when parameter "content" definition is invalid (#1647)
  • Issue #1592 Add support for JAR: URLs to OpenAPIV3Parser (#1593)
  • Configure WhiteSource for GitHub.com (#1508)
Commits
  • 9f3e4c6 prepare release 2.0.33
  • 10f6f77 bump parser v1 to 1.0.60
  • b137968 Merge pull request #1723 from swagger-api/issue1637
  • 63d6fa4 Merge branch 'master' into issue1637
  • 97c1f8f improve test for issue1637
  • 4693dd1 Merge pull request #1722 from swagger-api/issue1637
  • dc911f7 fix for issue#1637
  • 50d8cfb Merge pull request #1716 from wsalembi/issue-1715
  • 081aca1 Merge branch 'master' into issue-1715
  • e31007f Merge pull request #1718 from post-luxembourg/bug/issue1169-nosplit-v3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #73.