You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/05/15 09:42:59 UTC

[ws-axiom] branch master updated: Bump mockito-core from 3.9.0 to 3.10.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


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

commit adbae372060a6c921545f1ef74c7dd4fe3eb0c87
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 13 05:03:53 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 46cb2dc..a7833b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.9.0</version>
+                <version>3.10.0</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.ws</groupId>