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:11 UTC

[maven-release] branch deps2 created (now e68b540)

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

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


      at e68b540  update xmlunit

This branch includes the following new commits:

     new e68b540  update xmlunit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-release] 01/01: update xmlunit

Posted by el...@apache.org.
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>