You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/09/12 10:28:57 UTC

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

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

olamy 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 23b33f3  Bump mockito-core from 3.12.0 to 3.12.4
23b33f3 is described below

commit 23b33f36645329eab6cf0bc61a78493ca51a622e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 26 15:15:06 2021 +0000

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