You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 19:35:25 UTC

[logging-log4j2] branch master updated: mockito 3.5.5

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new a45b16d  mockito 3.5.5
     new b6344de  Merge pull request #400 from sullis/mockito-3.5.0
a45b16d is described below

commit a45b16d6a91a340aa3187e3ce8b7db2495a15c95
Author: Sean C. Sullivan <gi...@seansullivan.com>
AuthorDate: Sun Aug 23 08:53:51 2020 -0700

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

diff --git a/pom.xml b/pom.xml
index a78154d..cf6c667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
     <jctoolsVersion>1.2.1</jctoolsVersion>
     <junitVersion>4.13</junitVersion>
     <junitJupiterVersion>5.6.2</junitJupiterVersion>
-    <mockitoVersion>2.25.1</mockitoVersion>
+    <mockitoVersion>3.5.5</mockitoVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.8</javaTargetVersion>
     <module.name />