You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/02/09 22:07:10 UTC

[axis-axis2-java-core] branch master updated: Bump mockito-core from 4.2.0 to 4.3.1

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/axis-axis2-java-core.git


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

commit dedb19603cdc16156f29c5479413661d0a669cb9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 9 13:30:06 2022 +0000

    Bump mockito-core from 4.2.0 to 4.3.1
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      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 a955d15..6c44a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,7 +696,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>4.2.0</version>
+                <version>4.3.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.xmlschema</groupId>