You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/07/19 18:16:52 UTC

logging-log4j2 git commit: Update tests from xmlunit 2.5.1 to 2.6.0.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master bb37031d1 -> 3bf31077a


Update tests from xmlunit 2.5.1 to 2.6.0.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3bf31077
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3bf31077
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3bf31077

Branch: refs/heads/master
Commit: 3bf31077ab4eb53cc31408102c65afd241bb2dff
Parents: bb37031
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 19 12:16:48 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 19 12:16:48 2018 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3bf31077/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dbf3058..e959760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -775,13 +775,13 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-core</artifactId>
-        <version>2.5.1</version>
+        <version>2.6.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.5.1</version>
+        <version>2.6.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>