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/03/28 17:41:11 UTC

[maven-antrun-plugin] branch MANTRUN-219 created (now c7e1096)

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

slachiewicz pushed a change to branch MANTRUN-219
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at c7e1096  [MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4

This branch includes the following new commits:

     new c7e1096  [MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4

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-antrun-plugin] 01/01: [MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4

Posted by sl...@apache.org.
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 c7e109658239a461c259d6cacd120ffd7bdbcb25
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 28 18:33:09 2020 +0100

    [MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4
    
    Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/xmlunit/xmlunit/releases)
    - [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
    - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.3...v2.6.4)
    
    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 55c8f6e..7dbb919 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.3</version>
+      <version>2.6.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.xmlunit</groupId>
       <artifactId>xmlunit-matchers</artifactId>
-      <version>2.6.3</version>
+      <version>2.6.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>