dependabot[bot] opened a new pull request, #3737: URL: https://github.com/apache/causeway/pull/3737
Bumps [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) from 2.2.53 to 2.2.54. <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.54 released!</h2> <ul> <li>chore(deps): bump jersey2-version from 2.46 to 2.48 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5273">#5273</a>)</li> <li>chore(deps): bump io.github.classgraph:classgraph from 4.8.184 to 4.8.192 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5272">#5272</a>)</li> <li>chore(deps-dev): bump logback-version from 1.5.37 to 1.6.3 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5271">#5271</a>)</li> <li>chore(deps): update plexus-component-metadata to version 2.2.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5269">#5269</a>)</li> <li>docs: add CHANGELOG.md and update README for versioning information (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5267">#5267</a>)</li> <li>refactor: streamline tag filtering logic in SpecFilter (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5256">#5256</a>)</li> <li>chore(deps): bump org.testng:testng from 7.10.2 to 7.12.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5244">#5244</a>)</li> <li>chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.11.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5242">#5242</a>)</li> <li>chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.5.1 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5241">#5241</a>)</li> <li>fix(model-resolver): retain identical recursive properties (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5232">#5232</a>)</li> <li>feat: support Java 8 date/time formats per OpenAPI Formats Registry (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5172">#5172</a>) (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5184">#5184</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-core/blob/master/CHANGELOG.md">io.swagger.core.v3:swagger-core's changelog</a>.</em></p> <blockquote> <h2>[2.2.54] - 2026-08-18</h2> <h3>Fixed</h3> <ul> <li>Java 8 date/time types (<code>OffsetTime</code>, <code>Duration</code>, <code>LocalTime</code>) now map by default to the correct OpenAPI Formats Registry strings (<code>"time"</code>, <code>"duration"</code>, <code>"time-local"</code>) instead of an unusable expanded object. (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5172">#5172</a>)</li> <li><code>LocalDateTime</code> deserialization from an existing OpenAPI spec now correctly round-trips through the new <code>TimeSchema</code>/<code>DurationSchema</code>/<code>DateTimeLocalSchema</code>/ <code>TimeLocalSchema</code> classes instead of falling back to a generic <code>StringSchema</code>.</li> </ul> <h3>Added</h3> <ul> <li><code>PrimitiveType.enableJava8Formats()</code> — opt-in to map <code>LocalDateTime</code> to the registry-compliant <code>"date-time-local"</code> format (default remains <code>"date-time"</code> for backward compatibility).</li> </ul> <h3>Deprecated</h3> <ul> <li><code>PrimitiveType.enablePartialTime()</code> — prefer the new default <code>"time-local"</code> mapping for <code>LocalTime</code>; kept for callers who specifically need the non-registry <code>"partial-time"</code> format.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swagger-api/swagger-core/commit/9bcf891cde8244b5c6cc52480c31b15b47b39c94"><code>9bcf891</code></a> prepare release 2.2.54 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5279">#5279</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/06b80313c7f4ae658852ceacf6f8a06a1506d0a5"><code>06b8031</code></a> chore(deps): bump jersey2-version from 2.46 to 2.48 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5273">#5273</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/f3f0a8a594f686d7ce41344188f7f36a437abd51"><code>f3f0a8a</code></a> chore(deps): bump io.github.classgraph:classgraph (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5272">#5272</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/85c281fa88a3c2627aeb52d36c4e7096ce923245"><code>85c281f</code></a> chore(deps-dev): bump logback-version from 1.5.37 to 1.6.3 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5271">#5271</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/9aaee385efbe3569f21523a0a75a92badb2d4576"><code>9aaee38</code></a> fix: check allowableValues for enum (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/4712">#4712</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/73afd824889821a70420fbb0655282d2d61481bc"><code>73afd82</code></a> chore(deps): update plexus-component-metadata to version 2.2.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5269">#5269</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/d4c59801bba34ddb0bcf4d3ca55b64da41714728"><code>d4c5980</code></a> chore(deps): bump org.testng:testng from 7.10.2 to 7.12.0 (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5244">#5244</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/af3932611eebd4ce15901301a48ba223fbcba4e8"><code>af39326</code></a> chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5242">#5242</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/b1537705c6d539aac3ea0e86d362bd737fca2445"><code>b153770</code></a> chore(deps): bump org.apache.maven.plugins:maven-jar-plugin (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5241">#5241</a>)</li> <li><a href="https://github.com/swagger-api/swagger-core/commit/c56ca3b2e84972411122257d97c33dca5fd4cfda"><code>c56ca3b</code></a> refactor: streamline tag filtering logic in SpecFilter (<a href="https://redirect.github.com/swagger-api/swagger-core/issues/5256">#5256</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-core/compare/v2.2.53...v2.2.54">compare view</a></li> </ul> </details> <br /> [](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 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]
