This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 3baf31b014 build(deps): bump xmlunit.version from 2.12.0 to 2.13.0
(#2671)
3baf31b014 is described below
commit 3baf31b014e884189c3834971db72b66496e2459
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 08:02:35 2026 +0200
build(deps): bump xmlunit.version from 2.12.0 to 2.13.0 (#2671)
Bumps `xmlunit.version` from 2.12.0 to 2.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)
Updates `org.xmlunit:xmlunit-matchers` 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-core
dependency-version: 2.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-matchers
dependency-version: 2.13.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 e43965f3e7..01e5220b6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>2.0.18</slf4j.version>
<vavr.version>1.0.1</vavr.version>
- <xmlunit.version>2.12.0</xmlunit.version>
+ <xmlunit.version>2.13.0</xmlunit.version>
<!-- Site properties -->
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>