You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/14 21:55:12 UTC

[maven-jlink-plugin] 01/01: Bump mockito-core from 3.5.13 to 3.6.28

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

slachiewicz pushed a commit to branch dependabot/maven/org.mockito-mockito-core-3.6.28
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 244ce7287c09dbe24035b6e0437dbd35e3f22740
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 14 22:55:04 2020 +0100

    Bump mockito-core from 3.5.13 to 3.6.28
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 659db20..191ebd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.5.13</version>
+      <version>3.6.28</version>
       <scope>test</scope>
     </dependency>
     <dependency>