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/02 12:50:54 UTC

[maven-jlink-plugin] branch master updated: Bump mockito-core from 3.10.0 to 3.12.4

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-jlink-plugin.git


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

commit cb68ba8d7b521f8375a2394c39527b7679263b35
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 26 04:05:38 2021 +0000

    Bump mockito-core from 3.10.0 to 3.12.4
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.12.4.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.12.4)
    
    ---
    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 f44d319..8f29b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.10.0</version>
+      <version>3.12.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>