You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/10 13:39:42 UTC

[maven-antrun-plugin] 01/01: [MANTRUN-219] Upgrade xmlunit from 2.6.2 to 2.6.3

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 <sl...@apache.org>
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] <su...@dependabot.com>
---
 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>