Skip to content

Commit 4ad1cfd

Browse files
Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#2558)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.10.4 to 2.11.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.11.0</h2> <p>This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the <code>xmlunit-jakarta-jaxb-impl</code> modulle. If you don't use the module, you can ignore this release.</p> <p>Up until XMLUnit 2.10.4 the <code>xmlunit-jakarta-jaxb-impl</code> module depended on <code>org.glassfish.jaxb:jaxb-runtime</code> making it more difficult to chose a different JAXB implementation than necessary (see <a href="https://redirect.github.com/xmlunit/xmlunit/issues/313">#313</a>). This dependency has now been removed.</p> <p>If you use the <code>xmlunit-jakarta-jaxb-impl</code> module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.</p> </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.11.0 - /Released 2025-10-24/</h2> <ul> <li> <p>the <code>xmlunit-jakarta-jaxb-impl</code> no longer depends on <code>org.glassfish.jaxb:jaxb-runtime</code> directly. Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/313">#313</a> PR <a href="https://redirect.github.com/xmlunit/xmlunit/pull/314">#314</a></p> <p>This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xmlunit/xmlunit/commit/02aef5d5950d4f113d26b3bc6d32320a0d1ec6f1"><code>02aef5d</code></a> release 2.11.0</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/c56a766dac645d9a7dd121ab91fa951eb0ad1632"><code>c56a766</code></a> Merge pull request <a href="https://redirect.github.com/xmlunit/xmlunit/issues/314">#314</a> from xmlunit/dont-directly-depend-on-jaxb-implementation</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/0500c61575378fb70734fc3bc03a2653564c4729"><code>0500c61</code></a> remove hard dependency on glassfish's JAXB implementation</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/cb37f53a40d250b10bc954fe8f1751c4a1d21ac5"><code>cb37f53</code></a> Merge pull request <a href="https://redirect.github.com/xmlunit/xmlunit/issues/312">#312</a> from xmlunit/release-2.10.4</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/b3d86ad8b8c85aa9b5951640577ed3ce3ba69aff"><code>b3d86ad</code></a> don't sign cyclonedx signatures/checksum</li> <li><a href="https://github.com/xmlunit/xmlunit/commit/72c34c116d6697e0848151ae705388836f4676f8"><code>72c34c1</code></a> prepare next iteration</li> <li>See full diff in <a href="https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.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.10.4&new-version=2.11.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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ecccc9 commit 4ad1cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<dependency>
726726
<groupId>org.xmlunit</groupId>
727727
<artifactId>xmlunit-core</artifactId>
728-
<version>2.10.4</version>
728+
<version>2.11.0</version>
729729
</dependency>
730730
<dependency>
731731
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)