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 2017/11/27 18:00:08 UTC

logging-log4j2 git commit: Update samples dependency from JUnit 4.11 to 4.12.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master fb97e2b6b -> 7a8e164ec


Update samples dependency from JUnit 4.11 to 4.12.

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

Branch: refs/heads/master
Commit: 7a8e164ece12bdd085838ddeb6c16954d5516d88
Parents: fb97e2b
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Nov 27 13:00:06 2017 -0500
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Nov 27 13:00:06 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7a8e164e/log4j-samples/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index 3b1f67c..b9e7151 100644
--- a/log4j-samples/pom.xml
+++ b/log4j-samples/pom.xml
@@ -72,7 +72,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
         <scope>test</scope>
       </dependency>
     </dependencies>