This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new d634c65c Bump xmlunit.version from 2.12.0 to 2.13.0 (#707)
d634c65c is described below
commit d634c65c09e59eada2cf9f09a1b5523b53164f90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 15 09:00:08 2026 +0200
Bump xmlunit.version from 2.12.0 to 2.13.0 (#707)
Bumps `xmlunit.version` from 2.12.0 to 2.13.0.
Updates `org.xmlunit:xmlunit-assertj3` from 2.12.0 to 2.13.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.12.0...v2.13.0)
Updates `org.xmlunit:xmlunit-core` from 2.12.0 to 2.13.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.12.0...v2.13.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-assertj3
dependency-version: 2.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.13.0
dependency-type: direct:development
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 1c383198..f4640cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@ agnostic home for software distribution comprehension and
audit tools.
<creadur.jira.id>RAT</creadur.jira.id>
<velocity.core.version>2.4.1</velocity.core.version>
<velocity.tools.version>3.1</velocity.tools.version>
- <xmlunit.version>2.12.0</xmlunit.version>
+ <xmlunit.version>2.13.0</xmlunit.version>
<!-- maven plugin versions -->
<mavenPluginTestingVersion>3.5.1</mavenPluginTestingVersion>
<mavenChangesVersion>3.0.0-M3</mavenChangesVersion>