Skip to content

Commit

Permalink
Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23 (#3885)
Browse files Browse the repository at this point in the history
Bumps
[io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser)
from 2.1.22 to 2.1.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/swagger-api/swagger-parser/releases">io.swagger.parser.v3:swagger-parser's
releases</a>.</em></p>
<blockquote>
<h2>Swagger-parser 2.1.23 released!</h2>
<ul>
<li>update dependencies (<a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2128">#2128</a>)</li>
<li>Enhancement/parser resolve responses flag (<a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2127">#2127</a>)</li>
<li>fix <a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2081">#2081</a>
- support nested composed schemas in resolveFully (<a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2097">#2097</a>)</li>
<li>Fix ref handling in CB, AnyOf &amp; examples (fixes : <a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2086">#2086</a>)
(<a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2087">#2087</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/d41c7420e190eff8f622c1dd9d125ae6e3a064a6"><code>d41c742</code></a>
prepare release 2.1.23</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/18035299da6a437f7e2d1f391ae7fac23b96b4b0"><code>1803529</code></a>
update dependencies</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/c84b49449a6811e8e92017720304dcd0c055780d"><code>c84b494</code></a>
Add ref handling for callbacks</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/0c2cec643cd5380049798d6a084b0b140b291afb"><code>0c2cec6</code></a>
Fix ref handling in Discriminator mappings</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/04931865ece890c29a4b59fde6740035431c0a61"><code>0493186</code></a>
Fix ref handling in Parameter examples</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/0d10a6731df47f2d6023bbfcead92ebab2397bea"><code>0d10a67</code></a>
Merge pull request <a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2127">#2127</a>
from swagger-api/enhancement/parser-resolveResponses...</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/6bed0f604557002d6acec6401f0f46e0bb5be14f"><code>6bed0f6</code></a>
Add tests for setResolveResponses flag/ Fix existing ones</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/a027b2ecacffe17ee8b79500406785667eb508be"><code>a027b2e</code></a>
Add resolveResponses flag to ParseOptions and OperationProcessor</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/0ab2e8a7774b147e7b8c2c75b929089677d1b246"><code>0ab2e8a</code></a>
fix <a
href="https://redirect.github.com/swagger-api/swagger-parser/issues/2081">#2081</a>
- support nested composed schemas in resolveFully</li>
<li><a
href="https://github.com/swagger-api/swagger-parser/commit/361d7f3461611193e5bd2564db160cf3bb467eea"><code>361d7f3</code></a>
bump snapshot 2.1.23-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/swagger-api/swagger-parser/compare/v2.1.22...v2.1.23">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger.parser.v3:swagger-parser&package-manager=gradle&previous-version=2.1.22&new-version=2.1.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
  • Loading branch information
Sgitario authored Oct 24, 2024
2 parents 1f8aad6 + cd77a34 commit 956aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext.plugins = [
"io.quarkus:gradle-application-plugin:${quarkusVersion}",
// swagger-parser manually upgraded for compatibility with snakeyaml 2.0
// see https://github.com/OpenAPITools/openapi-generator/issues/15876
"io.swagger.parser.v3:swagger-parser:2.1.22",
"io.swagger.parser.v3:swagger-parser:2.1.23",
"org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:1.2.2",
// required for the newest liquibase gradle plugin version
"org.liquibase:liquibase-core:4.29.2",
Expand Down

0 comments on commit 956aaa4

Please sign in to comment.