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 c75b399243 build(deps): bump xmlunit.version from 2.10.1 to 2.10.2
(#2112)
c75b399243 is described below
commit c75b39924342fb1c2f80928365219cd34e5140a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 26 08:35:56 2025 +0200
build(deps): bump xmlunit.version from 2.10.1 to 2.10.2 (#2112)
Bumps `xmlunit.version` from 2.10.1 to 2.10.2.
Updates `org.xmlunit:xmlunit-core` from 2.10.1 to 2.10.2
- [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.1...v2.10.2)
Updates `org.xmlunit:xmlunit-matchers` from 2.10.1 to 2.10.2
- [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.1...v2.10.2)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.xmlunit:xmlunit-matchers
dependency-version: 2.10.2
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d1eb304579..447741b6a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>2.0.17</slf4j.version>
<vavr.version>0.10.6</vavr.version>
- <xmlunit.version>2.10.1</xmlunit.version>
+ <xmlunit.version>2.10.2</xmlunit.version>
<!-- Site properties -->
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>