You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/30 20:27:00 UTC

[maven-doxia] 03/04: [DOXIA-654] Upgrade XML Unit to 2.9.0

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

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

commit 02026d1ffdf4164ce2d458a29f58dfaeb09b80ff
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:25:17 2022 +0200

    [DOXIA-654] Upgrade XML Unit to 2.9.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8172986a..b11b49af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@ under the License.
     <slf4jVersion>1.7.32</slf4jVersion>
     <junitVersion>5.8.2</junitVersion>
     <sisuVersion>0.3.5</sisuVersion>
+    <xmlunitVersion>2.9.0</xmlunitVersion>
   </properties>
 
   <dependencyManagement>
@@ -153,7 +154,7 @@ under the License.
       <dependency>
           <groupId>org.xmlunit</groupId>
           <artifactId>xmlunit-core</artifactId>
-          <version>2.8.4</version>
+          <version>${xmlunitVersion}</version>
           <scope>test</scope>
           <!-- Exclude due to https://github.com/xmlunit/xmlunit/issues/248 -->
           <exclusions>
@@ -170,7 +171,7 @@ under the License.
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.8.4</version>
+        <version>${xmlunitVersion}</version>
         <scope>test</scope>
       </dependency>
       <dependency>