This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e1770871373f chore(deps): Bump xmlunit-version from 2.11.0 to 2.12.0
e1770871373f is described below
commit e1770871373fd0f0b26c9181947b09a9eef2ca71
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 07:18:58 2026 +0000
chore(deps): Bump xmlunit-version from 2.11.0 to 2.12.0
Bumps `xmlunit-version` from 2.11.0 to 2.12.0.
Updates `org.xmlunit:xmlunit-assertj3` from 2.11.0 to 2.12.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.11.0...v2.12.0)
Updates `org.xmlunit:xmlunit-core` from 2.11.0 to 2.12.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.11.0...v2.12.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-assertj3
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 63925511b65b..8916ceefa6b7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -529,7 +529,7 @@
<xerces-version>2.12.2</xerces-version>
<xml-resolver-version>1.2</xml-resolver-version>
<xmlsec-version>4.0.4</xmlsec-version>
- <xmlunit-version>2.11.0</xmlunit-version>
+ <xmlunit-version>2.12.0</xmlunit-version>
<yasson-version>3.0.4</yasson-version>
<yetus-audience-annotations-version>0.15.1</yetus-audience-annotations-version>
<zeebe-version>8.9.5</zeebe-version>