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 2022/10/24 19:41:42 UTC

[ws-axiom] branch master updated: Bump mockito-core from 4.8.0 to 4.8.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/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 78b94e91b Bump mockito-core from 4.8.0 to 4.8.1
78b94e91b is described below

commit 78b94e91b702eba60cc5a6b56e2120db3a7c332b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 03:31:37 2022 +0000

    Bump mockito-core from 4.8.0 to 4.8.1
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 f83664c18..f30f964d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>4.8.0</version>
+                <version>4.8.1</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.ws</groupId>