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 84b60b9 Bump version.xmlunit from 2.10.0 to 2.10.1 (#117) 84b60b9 is described below commit 84b60b97d9cb9f4ec81b0a8c8f1b1e023949ca01 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 19 17:01:03 2025 +0200 Bump version.xmlunit from 2.10.0 to 2.10.1 (#117) Bumps `version.xmlunit` from 2.10.0 to 2.10.1. Updates `org.xmlunit:xmlunit-core` from 2.10.0 to 2.10.1 - [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.0...v2.10.1) Updates `org.xmlunit:xmlunit-matchers` from 2.10.0 to 2.10.1 - [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.0...v2.10.1) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.1 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 330dfb2..c8a6e68 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ under the License. <properties> <mavenVersion>3.6.3</mavenVersion> - <version.xmlunit>2.10.0</version.xmlunit> + <version.xmlunit>2.10.1</version.xmlunit> <project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp> <!-- remove with parent pom upgrade --> <versions.junit5>5.12.0</versions.junit5>