You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/09 15:04:48 UTC

[cxf] branch 3.5.x-fixes updated: Update to Mockito 4.4.0 (#921)

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 04c73ab  Update to Mockito 4.4.0 (#921)
04c73ab is described below

commit 04c73ab64486b3806c3cc78d5196d2c52280ca89
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Mar 9 08:32:56 2022 -0500

    Update to Mockito 4.4.0 (#921)
    
    (cherry picked from commit 7b144c6ee38c3883ec031ad0cc32d122824b42b5)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9868a08..ac25e32 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.5</cxf.mina.version>
-        <cxf.mockito.version>4.3.1</cxf.mockito.version>
+        <cxf.mockito.version>4.4.0</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>