This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new a55e9fb10b Bump xmlunitVersion from 2.10.4 to 2.11.0 (#11334)
a55e9fb10b is described below
commit a55e9fb10b623bfd20d47d1f180f07dde0a9565b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 10:31:14 2025 +0100
Bump xmlunitVersion from 2.10.4 to 2.11.0 (#11334)
Bumps `xmlunitVersion` from 2.10.4 to 2.11.0.
Updates `org.xmlunit:xmlunit-assertj` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0)
Updates `org.xmlunit:xmlunit-core` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0)
Updates `org.xmlunit:xmlunit-matchers` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-assertj
dependency-version: 2.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.11.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-matchers
dependency-version: 2.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c7da555f0..d0f5611e8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@ under the License.
<stax2ApiVersion>4.2.2</stax2ApiVersion>
<wagonVersion>3.5.3</wagonVersion>
<woodstoxVersion>7.1.1</woodstoxVersion>
- <xmlunitVersion>2.10.4</xmlunitVersion>
+ <xmlunitVersion>2.11.0</xmlunitVersion>
<jacocoArgLine />
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>