dependabot[bot] opened a new pull request, #1267: URL: https://github.com/apache/axis-axis2-java-core/pull/1267
Bumps `swagger.version` from 2.2.52 to 2.2.53. Updates `io.swagger.core.v3:swagger-core` from 2.2.52 to 2.2.53 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-core/releases">io.swagger.core.v3:swagger-core's releases</a>.</em></p> <blockquote> <h2>Swagger-core 2.2.53 released!</h2> <ul> <li>chore: update Jackson to 2.22.1 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5258">#5258</a>)</li> <li>refactor: replace <code>writer(new DefaultPrettyPrinter())</code> with <code>writerWithDefaultPrettyPrinter()</code> (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5252">#5252</a>)</li> <li>fix: Stabilize CI Maven and Gradle builds (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5238">#5238</a>)</li> <li>test: remove system.out.println from tests (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5236">#5236</a>)</li> <li>chore: bump dependencies (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5229">#5229</a>)</li> <li>refactor: simplify type handling in ModelDeserializer (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5227">#5227</a>)</li> <li>Revert "hotfix: temporarily allow Release workflow to skip mvn deploy to recover 2.2.52 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5220">#5220</a>)" (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5223">#5223</a>)</li> <li>chore(deps-dev): bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.25 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5216">#5216</a>)</li> <li>chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5209">#5209</a>)</li> <li>chore(deps-dev): bump commons-codec:commons-codec from 1.17.2 to 1.22.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5208">#5208</a>)</li> <li>fix: emit $ref for array items when cycle guard suppresses implementation processing (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5205">#5205</a>)</li> <li>Restore inner property name from map key in handleUnwrapped (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5193">#5193</a>)</li> <li>Honor PropertyNamingStrategy for get/is-prefixed property names (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5192">#5192</a>)</li> <li>fix: let explicit <a href="https://github.com/Schema"><code>@​Schema</code></a>(format) override type-derived format (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5185">#5185</a>) (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5186">#5186</a>)</li> <li>docs: update format of javadoc to produce a functional link (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5182">#5182</a>)</li> <li>fix: exclude overridable annotation values when parsing composed annotations (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5179">#5179</a>)</li> <li>fix: negative and positive validation annotations uses relevant OAS 3.1 syntax ( <a href="https://redirect.github.com/swagger-api/swagger-core/issues/5170">#5170</a>) (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5171">#5171</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swagger-api/swagger-core/commit/c4bc5f28959473a7571bc0fd5edf0c0be0047028"><code>c4bc5f2</code></a> prepare release 2.2.53 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5259">#5259</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/7d14a26d5ad1a86f1bc8df153cfb0eb76aaf1b4e"><code>7d14a26</code></a> refactor: replace <code>writer(new DefaultPrettyPrinter())</code> with `writerWithDefaul...</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/b9b2d8c17c1965c2884eb5e65a4ddc3795811a11"><code>b9b2d8c</code></a> chore: update Jackson to 2.22.1 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5258">#5258</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/4aeaa511c104365eb5547ba6bb5cbf386a59b319"><code>4aeaa51</code></a> Honor PropertyNamingStrategy for get/is-prefixed property names (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5192">#5192</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/42ef86bc21f34d6bc006850fe7e8ac258e673f24"><code>42ef86b</code></a> fix: preserve array items via $ref when cycle guard suppresses implementation...</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/be0548d1da0066a5490504b7944cfb1121f5621b"><code>be0548d</code></a> Restore inner property name from map key in handleUnwrapped (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5193">#5193</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/f3de17de1c543adde86a8e98886fedcefd7d2472"><code>f3de17d</code></a> refactor: simplify type handling in ModelDeserializer (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5227">#5227</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/c4363f535aaf7cecbcefd2282d539aa99e3e433f"><code>c4363f5</code></a> fix: exclude overridable annotation values when parsing composed annotations ...</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/6f799eedee6110b7deb82cd093b663db14d06654"><code>6f799ee</code></a> fix: let explicit <a href="https://github.com/Schema"><code>@​Schema</code></a>(format) override type-derived format (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5185">#5185</a>) (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5186">#5186</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/604c48001d67b1980af8ad3ad411692853fe3fba"><code>604c480</code></a> chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5209">#5209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-core/compare/v2.2.52...v2.2.53">compare view</a></li> </ul> </details> <br /> Updates `io.swagger.core.v3:swagger-models` from 2.2.52 to 2.2.53 Updates `io.swagger.core.v3:swagger-annotations` from 2.2.52 to 2.2.53 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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
