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 2015/06/30 08:03:34 UTC

logging-log4j2 git commit: Update unit tests from net.javacrumbs.json-unit 1.1.6 to 1.5.5.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 565e9c22b -> 2f98fbcd9


Update unit tests from net.javacrumbs.json-unit 1.1.6 to 1.5.5.

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

Branch: refs/heads/master
Commit: 2f98fbcd964d1c7373d5a2da00b3958e9fdd2936
Parents: 565e9c2
Author: ggregory <gg...@apache.org>
Authored: Mon Jun 29 23:03:29 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Jun 29 23:03:29 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2f98fbcd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e236100..f20790b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,7 +672,7 @@
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>
         <artifactId>json-unit</artifactId>
-        <version>1.1.6</version>
+        <version>1.5.5</version>
         <scope>test</scope>
       </dependency>
       <dependency>