You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2020/07/13 04:03:45 UTC

[maven-dependency-plugin] branch dependabot/maven/org.mockito-mockito-core-3.4.0 created (now 4b2b842)

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

github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-3.4.0
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at 4b2b842  Bump mockito-core from 2.28.2 to 3.4.0

This branch includes the following new commits:

     new 4b2b842  Bump mockito-core from 2.28.2 to 3.4.0

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-dependency-plugin] 01/01: Bump mockito-core from 2.28.2 to 3.4.0

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/maven/org.mockito-mockito-core-3.4.0
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 4b2b842d36fedb0319a95058441d091070c132db
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 13 04:03:33 2020 +0000

    Bump mockito-core from 2.28.2 to 3.4.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.4.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v3.4.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a2effeb..cf1c667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.28.2</version>
+      <version>3.4.0</version>
       <scope>test</scope>
     </dependency>