dependabot[bot] opened a new pull request, #176:
URL: 
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/176

   Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 
2.6.2 to 2.10.0.
   <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.0</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant 
that filters attributes before deciding whether elements can be compared.
   Inspired by Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/259";>#259</a></p>
   </li>
   <li>
   <p>By default the <code>TransformerFactory</code>s created will now try to 
disable extension functions. If you need extension functions for your 
transformations you may want to pass in your own instance of 
<code>TransformerFactory</code> and <code>TransformerFactoryConfigurer</code> 
may help with that.
   Inspired by Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/264";>#264</a></p>
   </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of 
extension functions by default but uses <code>XPathFactory#setProperty</code> 
which is not available prior to Java 18. You may want to enable secure 
processing on an <code>XPathFactory</code> instance you pass to 
<code>JAXPXPathEngine</code> instead - and <code>XPathFactoryConfigurer</code> 
may help with that.</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.9.1</h2>
   <ul>
   <li>
   <p>fixed some AssertJ tests that didn't work on Windows.
   Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/252";>#252</a> and PR 
<a href="https://redirect.github.com/xmlunit/xmlunit/issues/253";>#253</a> by <a 
href="https://github.com/Boiarshinov";><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>added overloads to <code>ElementSelectors.byXPath</code> that accept a 
<code>XPathEngine</code> argument.
   Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/255";>#255</a></p>
   </li>
   <li>
   <p>added Cyclone DX SBOMs to release artifacts</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.9.0</h2>
   <p>The major change of XMLUnit for Java 2.9.0 is the addition of a new 
module <code>xmlunit-jakarta-jaxb-impl</code> that can be used in addition to 
<code>xmlunit-core</code> when you want to use the Jakarta XML Binding API in 
version 3. For details please see the <a 
href="https://github.com/xmlunit/user-guide/wiki/JAXB";>user's guide</a>.</p>
   <p>The full list of changes of XMLUnit for Java 2.9.0 is:</p>
   <ul>
   <li>
   <p>added a new module <code>xmlunit-jakarta-jaxb-impl</code> that makes 
<code>Input.fromJaxb</code> use <code>jakarta.xml.bind</code> rather than  
<code>javax.xml.bind</code>. For more details see the <a 
href="https://github.com/xmlunit/user-guide/wiki/JAXB";>User's Guide</a>.</p>
   <p>This change is not fully backwards compatible. The 
<code>JaxbBuilder</code> class has become abstract and the 
<code>withMarshaller</code> method has changed its signature. For most cases 
the change will not be noticed and for almost all other cases it should be 
enough to re-compile your code against XMLUnit 2.9.x.</p>
   <p>Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/227";>#227</a> and PR 
<a href="https://redirect.github.com/xmlunit/xmlunit/issues/247";>#247</a></p>
   </li>
   <li>
   <p>added <code>NodeFilters#satisfiesAll</code> and <code>satifiesAny</code> 
methods to make it easier to combine multiple node filters. added to simplify 
the use case of <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/249";>#249</a></p>
   </li>
   </ul>
   <p>XMLUnit for Java 2.8.4 improves performance when comparing documents with 
many sibling elements.</p>
   <p>Changelog:</p>
   <ul>
   <li>improved comparison performance for documents with many siblings
   based on a suggestion by <a 
href="https://github.com/gerpres";><code>@​gerpres</code></a> made in <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/236";>#236</a></li>
   </ul>
   <h2>XMLUnit for Java 2.8.3</h2>
   <ul>
   <li>
   <p>added a new <code>fullDescription</code> method to <code>Diff</code> that 
provides a string-representation of all differences - not just the first one 
like <code>toString</code> does.
   PR <a href="https://redirect.github.com/xmlunit/xmlunit/issues/235";>#235</a> 
fixing <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/232";>#232</a> by  <a 
href="https://github.com/Boiarshinov";><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>made sure AssertJ's methods to override the assertion message like 
<code>withFailMessage</code> are honored.
   <a href="https://redirect.github.com/xmlunit/xmlunit/issues/225";>#225</a></p>
   </li>
   <li>
   <p>adjusted unit tests so they pass when AssertJ 3.19.0 is used.
   PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/212";>#212</a> 
by <a href="https://github.com/mmathesius";>mmathesius</a></p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.2</h2>
   <p>This release fixes a bug in the new AssertJ 3.x module.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.0 - /Released 2024-04-28/</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant 
that filters attributes before deciding whether elements can
   be compared.
   Inspired by Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/259";>#259</a></p>
   </li>
   <li>
   <p>By default the <code>TransformerFactory</code>s created will now try to 
disable extension functions. If you need extension
   functions for your transformations you may want to pass in your own instance 
of <code>TransformerFactory</code> and
   <code>TransformerFactoryConfigurer</code> may help with that.
   Inspired by Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/264";>#264</a>
   This is tracked as <a 
href="https://github.com/xmlunit/xmlunit/security/advisories/GHSA-chfm-68vv-pvw5";>CVE-2024-31573</a>.</p>
   </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of 
extension functions by default but uses
   <code>XPathFactory#setProperty</code> which is not available prior to Java 
18. You may want to enable secure processing on an
   <code>XPathFactory</code> instance you pass to <code>JAXPXPathEngine</code> 
instead - and <code>XPathFactoryConfigurer</code> may help with that.</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.9.1 - /Released 2023-01-10/</h2>
   <ul>
   <li>
   <p>fixed some AssertJ tests that didn't work on Windows.
   Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/252";>#252</a> and PR
   <a href="https://redirect.github.com/xmlunit/xmlunit/issues/253";>#253</a> by
   <a href="https://github.com/Boiarshinov";><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>added overloads to <code>ElementSelectors.byXPath</code> that accept a 
<code>XPathEngine</code>
   argument.
   Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/255";>#255</a></p>
   </li>
   <li>
   <p>added Cyclone DX SBOMs to release artifacts</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.9.0 - /Released 2022-01-25/</h2>
   <ul>
   <li>
   <p>added a new module <code>xmlunit-jakarta-jaxb-impl</code> that makes
   <code>Input.fromJaxb</code> use <code>jakarta.xml.bind</code> rather than
   <code>javax.xml.bind</code>. For more details see the <a 
href="https://github.com/xmlunit/user-guide/wiki/JAXB";>User's
   Guide</a>.</p>
   <p>This change is not fully backwards compatible. The 
<code>JaxbBuilder</code>
   class has become abstract and the <code>withMarshaller</code> method has
   changed its signature. For most cases the change will not be noticed
   and for almost all other cases it should be enough to re-compile
   your code against XMLUnit 2.9.x.</p>
   <p>Issue <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/227";>#227</a> and PR
   <a href="https://redirect.github.com/xmlunit/xmlunit/issues/247";>#247</a></p>
   </li>
   <li>
   <p>added <code>NodeFilters#satisfiesAll</code> and <code>satifiesAny</code> 
methods to make
   it easier to combine multiple node filters.
   added to simplify the use case of <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/249";>#249</a></p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.4 - /Released 2021-12-16/</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/33a5d6a28712878fc1355802571aab074d2145c1";><code>33a5d6a</code></a>
 fix release number</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/eceec4ab6f1edce3138e32a12bf3d2e1755ba73b";><code>eceec4a</code></a>
 javadocs</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/75828fdc6952da5d8e4ae3ef509d15cfb8f2b728";><code>75828fd</code></a>
 Create SECURITY.md</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/dcaafe9174e69d18c9bcf27b9a40862f3bab360a";><code>dcaafe9</code></a>
 record extension function changes</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/611f6beb4dbce136d4ef608239695b07d7bd7006";><code>611f6be</code></a>
 try to disable extension functions for XPaths</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/b81d48b71dfd2868bdfc30a3e17ff973f32bc15b";><code>b81d48b</code></a>
 disable XSLT extension functions by default, add more configurers</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/ba149098c97c9c845a0877c905d6b9d84e6568d0";><code>ba14909</code></a>
 XMLUnit 1.x is no longer maintained</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/cd6731e34ab7f6dbe0c7cf6b22c85af16ac3ff8e";><code>cd6731e</code></a>
 this is going to be a feature release, not a bugfix release</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/c47d390d36d81708b9f3ebb196a6c7391198d6c1";><code>c47d390</code></a>
 record last changes</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/514191511f2ade5078a4fea02e37d0d281368e78";><code>5141915</code></a>
 add byNameAndAllAttributes that uses an attrbute filter</li>
   <li>Additional commits viewable in <a 
href="https://github.com/xmlunit/xmlunit/compare/v2.6.2...v2.10.0";>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.6.2&new-version=2.10.0)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/sling-org-apache-sling-feature-cpconverter/network/alerts).
   
   </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]

Reply via email to