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 37fb097ffe build(deps): bump xmlunit.version from 2.11.0 to 2.12.0
(#2589)
37fb097ffe is described below
commit 37fb097ffed18afdcff988b562c42bf7066b6f6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 09:13:09 2026 +0200
build(deps): bump xmlunit.version from 2.11.0 to 2.12.0 (#2589)
Bumps `xmlunit.version` from 2.11.0 to 2.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)
Updates `org.xmlunit:xmlunit-matchers` 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-core
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-matchers
dependency-version: 2.12.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 947539ba38..5506a93f69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,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.11.0</xmlunit.version>
+ <xmlunit.version>2.12.0</xmlunit.version>
<!-- Site properties -->
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>