This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 3a463d01d5c chore(deps): Bump xmlunit-version from 2.10.3 to 2.10.4
(#19194)
3a463d01d5c is described below
commit 3a463d01d5c4f7942163b87e21f29c493e0a9d35
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 17:02:26 2025 +0200
chore(deps): Bump xmlunit-version from 2.10.3 to 2.10.4 (#19194)
Bumps `xmlunit-version` from 2.10.3 to 2.10.4.
Updates `org.xmlunit:xmlunit-assertj3` from 2.10.3 to 2.10.4
- [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.3...v2.10.4)
Updates `org.xmlunit:xmlunit-core` from 2.10.3 to 2.10.4
- [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.3...v2.10.4)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-assertj3
dependency-version: 2.10.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.10.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 755fa0d980b..238bc4e9e4f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -530,7 +530,7 @@
<xml-apis-ext-version>1.3.04</xml-apis-ext-version>
<xml-resolver-version>1.2</xml-resolver-version>
<xmlsec-version>4.0.4</xmlsec-version>
- <xmlunit-version>2.10.3</xmlunit-version>
+ <xmlunit-version>2.10.4</xmlunit-version>
<xpp3-version>1.1.4c</xpp3-version>
<yasson-version>3.0.4</yasson-version>
<yetus-audience-annotations-version>0.15.1</yetus-audience-annotations-version>