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/06/17 13:08:07 UTC

[maven-doxia] branch master updated: Bump xmlunit-matchers from 2.6.3 to 2.7.0 (#31)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4772e6f  Bump xmlunit-matchers from 2.6.3 to 2.7.0 (#31)
4772e6f is described below

commit 4772e6f60a602bbcc000d87e74467acec7a6a55c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 17 09:07:57 2020 -0400

    Bump xmlunit-matchers from 2.6.3 to 2.7.0 (#31)
    
    Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.3 to 2.7.0.
    - [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.7.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0256872..2a6e3bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@ under the License.
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.6.3</version>
+        <version>2.7.0</version>
         <scope>test</scope>
       </dependency>