You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/07 18:47:54 UTC

[maven-resolver] branch master updated: [MRESOLVER-108] - Update mockito-core to 2.28.2

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 702931e  [MRESOLVER-108] - Update mockito-core to 2.28.2
     new 8d2c375  Merge pull request #50 from jonvolfson/master
702931e is described below

commit 702931ea7775aae90555894f2922f25f71d68fcd
Author: jonvolfson <jo...@yahoo.com>
AuthorDate: Thu May 7 12:07:20 2020 -0400

    [MRESOLVER-108] - Update mockito-core to 2.28.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8a62d9..983e264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.23.0</version>
+        <version>2.28.2</version>
         <scope>test</scope>
       </dependency>