Skip to content

Commit ed2f39d

Browse files
Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2 (#2440)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.10.1 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> </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> </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>See full diff in <a href="https://github.com/xmlunit/xmlunit/compare/v2.10.1...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.1&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61d7be1 commit ed2f39d

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
@@ -730,7 +730,7 @@
730730
<dependency>
731731
<groupId>org.xmlunit</groupId>
732732
<artifactId>xmlunit-core</artifactId>
733-
<version>2.10.1</version>
733+
<version>2.10.2</version>
734734
</dependency>
735735
<dependency>
736736
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)