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/30 16:37:28 UTC

[maven-shade-plugin] branch mock created (now fdb338c)

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-shade-plugin.git.


      at fdb338c  update mockito

This branch includes the following new commits:

     new fdb338c  update mockito

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-shade-plugin] 01/01: update mockito

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-shade-plugin.git

commit fdb338ceeb3eab83502fa5b5d8611fde52883bfe
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat May 30 12:36:53 2020 -0400

    update mockito
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b843a4..930a0fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,8 +196,8 @@
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <version>1.9.5</version>
+      <artifactId>mockito-core</artifactId>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>