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/05/24 18:39:58 UTC

[maven-javadoc-plugin] 03/03: Bump mockito-core from 3.9.0 to 3.10.0

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

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

commit aa835625996020637a083b7383779e3a9d7782e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 13 07:02:20 2021 +0000

    Bump mockito-core from 3.9.0 to 3.10.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.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 4acc0d9..db52e54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.9.0</version>
+      <version>3.10.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>