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:18 UTC

[maven-artifact-transfer] branch mock created (now 2a4e5f9)

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

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


      at 2a4e5f9  update mockito-core

This branch includes the following new commits:

     new 2a4e5f9  update mockito-core

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>