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

[maven-jlink-plugin] branch dependabot/maven/org.mockito-mockito-core-3.6.28 created (now 244ce72)

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

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


      at 244ce72  Bump mockito-core from 3.5.13 to 3.6.28

This branch includes the following new commits:

     new 244ce72  Bump mockito-core from 3.5.13 to 3.6.28

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-jlink-plugin] 01/01: Bump mockito-core from 3.5.13 to 3.6.28

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