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/10/10 23:42:11 UTC

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

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1506b9a5d -> 80683dfe3


Update tests from xmlunit 2.6.0 to 2.6.2.

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

Branch: refs/heads/master
Commit: 80683dfe39ca38675fd18522461bcb628d4ff1ee
Parents: 1506b9a
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Wed Oct 10 17:42:09 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Wed Oct 10 17:42:09 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/80683dfe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index af3d483..0386a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -784,13 +784,13 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-core</artifactId>
-        <version>2.6.0</version>
+        <version>2.6.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.6.0</version>
+        <version>2.6.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>