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/08/22 21:27:36 UTC

[maven-javadoc-plugin] branch master updated: Bump mockito-core from 3.9.0 to 3.12.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-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fe6d738  Bump mockito-core from 3.9.0 to 3.12.0
fe6d738 is described below

commit fe6d738c2f95a3f5a361f0c4ab2eef49d37ae566
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 20 03:09:34 2021 +0000

    Bump mockito-core from 3.9.0 to 3.12.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.12.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 ac98197..b2e6b12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.9.0</version>
+      <version>3.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>