dependabot[bot] opened a new pull request, #271: URL: https://github.com/apache/maven-archetype/pull/271
Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xmlunit/xmlunit/releases">org.xmlunit:xmlunit-matchers's releases</a>.</em></p> <blockquote> <h2>XMLUnit for Java 2.10.1</h2> <ul> <li> <p>placeholders can now also be used inside of the local part of <code>xsi:type</code> attributes. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/293">#293</a></p> </li> <li> <p>PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in <code>xsi:type</code> attributes. Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/276">#276</a></p> </li> <li> <p>updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/292">#292</a></p> </li> <li> <p>updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly</p> </li> <li> <p>Migrated form TraciCI to CircleCI Issue <a href="https://redirect.github.com/xmlunit/xmlunit/pull/289">#289</a></p> </li> <li> <p>Migrated to Sonatype's Central Portal Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/287">#287</a></p> </li> <li> <p>added a new BOM artifact xmlunit-bom Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/268">#269</a></p> </li> <li> <p><code>Comparison</code> has earned a new convenience constructor. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/280">#280</a> by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a></p> </li> <li> <p><code>Input.from</code> now detects <code>Reader</code> arguments and uses <code>fromReader</code>. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/281">#281</a> by <a href="https://github.com/SThomasP"><code>@SThomasP</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md">org.xmlunit:xmlunit-matchers's changelog</a>.</em></p> <blockquote> <h2>XMLUnit for Java 2.10.1 - /Released 2025-05-19/</h2> <ul> <li> <p>placeholders can now also be used inside of the local part of <code>xsi:type</code> attributes. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/293">#293</a></p> </li> <li> <p>PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in <code>xsi:type</code> attributes. Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/276">#276</a></p> </li> <li> <p>updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/292">#292</a></p> </li> <li> <p>updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly</p> </li> <li> <p>Migrated form TravisCI to CircleCI Issue <a href="https://redirect.github.com/xmlunit/xmlunit/pull/289">#289</a></p> </li> <li> <p>Migrated to Sonatype's Central Portal Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/287">#287</a></p> </li> <li> <p>added a new BOM artifact xmlunit-bom Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/268">#269</a></p> </li> <li> <p><code>Comparison</code> has earned a new convenience constructor. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/280">#280</a> by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a></p> </li> <li> <p><code>Input.from</code> now detects <code>Reader</code> arguments and uses <code>fromReader</code>. PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/281">#281</a> by <a href="https://github.com/SThomasP"><code>@SThomasP</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xmlunit/xmlunit/commit/ec8c388c4870c8abc288c6c91cec9e853ea1b3cc"><code>ec8c388</code></a> prepare 2.10.1 release</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/7967a324c0c6e2a704e0502005a932b793d30fbb"><code>7967a32</code></a> Merge pull request <a href="https://redirect.github.com/xmlunit/xmlunit/issues/293">#293</a> from xmlunit/make-placeholders-deal-with-xsi-type</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/7c2d8b377ef9d6a018350a4bc1f4fcb689c0d478"><code>7c2d8b3</code></a> cover case of different QName namespaces</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/6d35d0c254a8f9f6f7af6606665ba8ffbea3b171"><code>6d35d0c</code></a> allow limited use of placeholders inside xsi:type attributes.</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/d06eeeb32f260ab495e426153d09b4bc29ebd024"><code>d06eeeb</code></a> ensure PlaceholderDifferenceEvaluator survives differences in xsi:type attrib...</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/f72dde79d15112eea166c94618ac63bd7fc1899b"><code>f72dde7</code></a> Merge pull request <a href="https://redirect.github.com/xmlunit/xmlunit/issues/292">#292</a> from xmlunit/update-plugins</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/81767817499978057fbd9d37a3704823c3cebdb6"><code>8176781</code></a> ensure BOM is signed and SBOMs get published</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/2423d861f7538c60638a8224aa926e08bfd09f93"><code>2423d86</code></a> update a few maven plugins</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/7fa1bd6e618bafeae588d1b3c00cde72bb5cb21f"><code>7fa1bd6</code></a> Merge pull request <a href="https://redirect.github.com/xmlunit/xmlunit/issues/291">#291</a> from xmlunit/extend-circle-ci</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/88004a8f44e3cd3ef719a1b1d7cf38bc7b54d7bd"><code>88004a8</code></a> record bytebuddy update</li> <li>Additional commits viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.1">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 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> -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org