You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/05/09 21:03:18 UTC

[maven-enforcer] branch MENFORCER-303 updated: Upgraded mockito-core to 2.18.3

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

khmarbaise pushed a commit to branch MENFORCER-303
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/MENFORCER-303 by this push:
     new 18e3ba8  Upgraded mockito-core to 2.18.3
18e3ba8 is described below

commit 18e3ba8fd5a18978a9b7cf7893a90bf02690402f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed May 9 23:02:41 2018 +0200

    Upgraded mockito-core to 2.18.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 167a4e3..ccd52b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.11.0</version>
+        <version>2.18.3</version>
         <scope>test</scope>
       </dependency>
       <dependency>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.