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/02/07 16:35:05 UTC

[maven-doxia] 02/04: [DOXIA-602] Upgrade to XMLUnit 2.6.3

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

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

commit 99043deee224059343f38b47fbee88f06ca8255b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 6 12:40:48 2020 +0100

    [DOXIA-602] Upgrade to XMLUnit 2.6.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba0c143..5c4a483 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,13 +181,13 @@ under the License.
       <dependency>
           <groupId>org.xmlunit</groupId>
           <artifactId>xmlunit-core</artifactId>
-          <version>2.5.1</version>
+          <version>2.6.3</version>
           <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.5.1</version>
+        <version>2.6.3</version>
         <scope>test</scope>
       </dependency>