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 2021/10/20 16:23:23 UTC

[maven-enforcer] branch master updated: Bump mockito-core from 3.12.4 to 4.0.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 47b5085  Bump mockito-core from 3.12.4 to 4.0.0
47b5085 is described below

commit 47b50858bc956b22924aeb12bdfa21b2671f5053
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 20 15:29:56 2021 +0000

    Bump mockito-core from 3.12.4 to 4.0.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 08b6b84..7795bd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.12.4</version>
+        <version>4.0.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>