You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/10/19 19:36:35 UTC

[06/13] logging-log4j2 git commit: Update Mockito from 2.10.0 to 2.11.0. Build passes with 'mvn clean install'.

Update Mockito from 2.10.0 to 2.11.0. Build passes with 'mvn clean
install'.

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

Branch: refs/heads/LOG4J2-2076
Commit: 2313b947835126044458c2d14c06268edd1cf9a1
Parents: 85b7282
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Oct 17 13:16:03 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Oct 17 13:16:03 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2313b947/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de88776..c4f8c0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
     <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
     <minSeverity>info</minSeverity>
     <jctoolsVersion>1.2.1</jctoolsVersion>
-    <mockitoVersion>2.10.0</mockitoVersion>
+    <mockitoVersion>2.11.0</mockitoVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.7</javaTargetVersion>
     <module.name/>