dependabot[bot] opened a new pull request, #848:
URL: https://github.com/apache/maven-surefire/pull/848

   Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 
2.10.0 to 2.10.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/xmlunit/xmlunit/releases";>org.xmlunit:xmlunit-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>XMLUnit for Java 2.10.2</h2>
   <p>This release fixes a problem with the published POM of the xmlunit-legacy 
module. It doesn't contain any changes to any of the other modules.</p>
   <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-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>XMLUnit for Java 2.10.2 - /Released 2025-05-23/</h2>
   <ul>
   <li>the published POM of xmlunit-legacy lacked the dependency on 
xmlunit-core.
   Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/296";>#296</a></li>
   </ul>
   <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/6508bc60f8a7d76fbf3f0830d7ba6bd098bdf6c9";><code>6508bc6</code></a>
 release 2.10.2</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/e70fc4f676dcc1b4db23cefb222a5095ba4b4c9e";><code>e70fc4f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/297";>#297</a> from 
xmlunit/fix-published-legacy-pom</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/ef5b8582e384dbe5c8c66ee17a79f36003cab7f1";><code>ef5b858</code></a>
 don't publish dependency reduces POM as POM for legacy module</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/e1ea0be5f85743a4011687fa84c3c9772c59298c";><code>e1ea0be</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/295";>#295</a> from 
xmlunit/typo</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/6d055a3c2bb8c97f77c3d8f41208be09d73537ab";><code>6d055a3</code></a>
 typo</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/bd50b78378b1655e656e429f37989c351b9eaa86";><code>bd50b78</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/294";>#294</a> from 
xmlunit/release-2.10.1</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/c7219b4fc94e50978bf1f55bdb2895f80847705a";><code>c7219b4</code></a>
 prepare next release cycle</li>
   <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>Additional commits viewable in <a 
href="https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xmlunit:xmlunit-core&package-manager=maven&previous-version=2.10.0&new-version=2.10.2)](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

Reply via email to