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/11 01:52:12 UTC

[maven-release] 01/01: update xmlunit

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

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

commit e68b5401a83a40f2418823b9259b35bd7e1892b0
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 10 21:51:52 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index a90e0ab..253e248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-core</artifactId>
-        <version>2.5.1</version>
+        <version>2.6.4</version>
       </dependency>
     </dependencies>
   </dependencyManagement>