dependabot[bot] opened a new pull request, #1199:
URL: https://github.com/apache/poi/pull/1199

   Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 
2.12.0 to 2.13.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.13.0</h2>
   <p>This release adds new options allowing  people to strengthen the security 
of the XML parser used during validation or XPath evaluation and adds an option 
to specify the locale used to parse patterns in the <code>isDateTime</code> 
placeholder.</p>
   <p>Full list of changes:</p>
   <ul>
   <li>
   <p>added explicit settings to the <code>Validator</code> classes that 
disable (external) DTD loading during validation. The default
   remains to allow loading of external content as this is often a requirement 
during validation.</p>
   <p>PRs <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/331";>#331</a> and <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/332";>#332</a> by
   <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></p>
   </li>
   <li>
   <p>added constructor overloads to <code>JAXPXPathEngine</code> to allow 
specifying the <code>DocumentBuilderFactory</code> used for the
   <code>Source</code> overloads of the <code>selectNodes</code> and 
<code>evaluate</code> methods.</p>
   <p>PRs <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/333";>#333</a> by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></p>
   </li>
   <li>
   <p><code>IsDateTimePlaceholderHandler</code> now parses the explicit and ISO 
date formats using <code>Locale.US</code> rather than the JVM
   default locale so results no longer depend on the host locale. An optional 
second argument allows specifying a
   different locale as a BCP 47 language tag.</p>
   <p>PR <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/335";>#335</a> by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</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.13.0 - /Released 2026-07-31/</h2>
   <ul>
   <li>
   <p>added explicit settings to the <code>Validator</code> classes that 
disable (external) DTD loading during validation. The default
   remains to allow loading of external content as this is often a requirement 
during validation.</p>
   <p>PRs <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/331";>#331</a> and <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/332";>#332</a> by
   <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></p>
   </li>
   <li>
   <p>added constructor overloads to <code>JAXPXPathEngine</code> to allow 
specifying the <code>DocumentBuilderFactory</code> used for the
   <code>Source</code> overloads of the <code>selectNodes</code> and 
<code>evaluate</code> methods.</p>
   <p>PRs <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/333";>#333</a> by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></p>
   </li>
   <li>
   <p><code>IsDateTimePlaceholderHandler</code> now parses the explicit and ISO 
date formats using <code>Locale.US</code> rather than the JVM
   default locale so results no longer depend on the host locale. An optional 
second argument allows specifying a
   different locale as a BCP 47 language tag.</p>
   <p>PR <a 
href="https://redirect.github.com/xmlunit/xmlunit/pull/335";>#335</a> by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/d7da10c0779c2f5c550da36f6dcc5570aade925a";><code>d7da10c</code></a>
 prepare the 2.13.0 release</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/998399dba87d773c5f911c4c6a6c9cb1350a9216";><code>998399d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/336";>#336</a> from 
xmlunit/jmestwa-coder-isdatetime-locale</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/084d1a404ba0584cedf9fdd6f46eaf73b0248b9b";><code>084d1a4</code></a>
 add explicit test for empty second argument</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/323c87fa0f2baa1579f0363dd057d4abc6ce7e65";><code>323c87f</code></a>
 allow specifying locale for isDateTime pattern</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/ed2748b6d385e9237800d54b011bae40fea60e8a";><code>ed2748b</code></a>
 pin locale when parsing dates in IsDateTimePlaceholderHandler</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/f0a6fe635151ada3b3b206d9a078d452efd2f855";><code>f0a6fe6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/334";>#334</a> from 
xmlunit/add-release-notes</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/4765a05305fba1540db8a8912a43ed3e029c982e";><code>4765a05</code></a>
 add release notes for <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/331";>#331</a> <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/332";>#332</a> <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/333";>#333</a> by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a></li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/9e4f6cd7a9e1128dc6e7f41935ca328f7434bc27";><code>9e4f6cd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/332";>#332</a> from 
jmestwa-coder/parsing-validator-external-entities</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/0a1885bed727da7aa1d6f73d50aa8fc9fb4e2900";><code>0a1885b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/331";>#331</a> from 
jmestwa-coder/jaxp-validator-external-dtd</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/c3b7c7e36b963906897d3dc185bdcccc0c916809";><code>c3b7c7e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/xmlunit/xmlunit/issues/333";>#333</a> from 
jmestwa-coder/xpath-source-external-entities</li>
   <li>Additional commits viewable in <a 
href="https://github.com/xmlunit/xmlunit/compare/v2.12.0...v2.13.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=gradle&previous-version=2.12.0&new-version=2.13.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 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]

Reply via email to