This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 17c406c Bump version.xmlunit from 2.10.3 to 2.10.4 (#338) 17c406c is described below commit 17c406cc6dbf2efb4ceda10672dc0a1e95cff442 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 15 17:13:25 2025 +0200 Bump version.xmlunit from 2.10.3 to 2.10.4 (#338) Bumps `version.xmlunit` from 2.10.3 to 2.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) Updates `org.xmlunit:xmlunit-matchers` 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-core dependency-version: 2.10.4 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 bb0662f..9cb5c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ under the License. <properties> <mavenVersion>3.6.3</mavenVersion> - <version.xmlunit>2.10.3</version.xmlunit> + <version.xmlunit>2.10.4</version.xmlunit> <project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp> </properties>