This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MANTRUN-219 in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
commit d768758b99bd7f9e2b1ea46f383cf9697433beee Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Feb 10 14:38:33 2020 +0100 [MANTRUN-219] Upgrade xmlunit from 2.6.2 to 2.6.3 Signed-off-by: dependabot-preview[bot] <[email protected]> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 805a871..d59ecc9 100644 --- a/pom.xml +++ b/pom.xml @@ -108,13 +108,13 @@ under the License. <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.6.2</version> + <version>2.6.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-matchers</artifactId> - <version>2.6.2</version> + <version>2.6.3</version> <scope>test</scope> </dependency> </dependencies>
