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

[maven-archetype] 01/01: update xmlunit

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch i596
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit dfcaf3476a9356b3509a83a6275ccf457517db4c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 09:43:52 2020 -0400

    update xmlunit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cbd9c22..ae8cb78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.6.0</version>
+        <version>2.6.4</version>
       </dependency>
     </dependencies>
   </dependencyManagement>