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/06/06 11:02:19 UTC

[maven-artifact-transfer] 01/01: update mockito-core

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

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

commit 2a4e5f91b8fdf957c0112337758c8f6d806c291e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 6 07:02:02 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 706a8d1..8efaed4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.18.3</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>