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/01/08 17:45:42 UTC

[maven-doxia] branch dependency-cleanup updated: [DOXIA-637] Upgrade XML Unit to 2.8.4

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

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


The following commit(s) were added to refs/heads/dependency-cleanup by this push:
     new 2f340cb  [DOXIA-637] Upgrade XML Unit to 2.8.4
2f340cb is described below

commit 2f340cb36a6cbde1a311d50a1fcfe95c5458c411
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 8 18:45:33 2022 +0100

    [DOXIA-637] Upgrade XML Unit to 2.8.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b785feb..4fef5e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,13 +151,13 @@ under the License.
       <dependency>
           <groupId>org.xmlunit</groupId>
           <artifactId>xmlunit-core</artifactId>
-          <version>2.7.0</version>
+          <version>2.8.4</version>
           <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.7.0</version>
+        <version>2.8.4</version>
         <scope>test</scope>
       </dependency>