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 <elh...@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>

Reply via email to