This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 ba458e8 Bump xmlunit-core from 2.8.4 to 2.9.0 ba458e8 is described below commit ba458e81ab5d17d9b9e4f6155a240ef6eb63486e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 18 19:32:36 2022 +0000 Bump xmlunit-core from 2.8.4 to 2.9.0 Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.4 to 2.9.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.8.4...v2.9.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca9be83..86c6827 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ under the License. <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.8.4</version> + <version>2.9.0</version> <scope>test</scope> </dependency> <dependency>