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 2021/11/21 01:51:10 UTC

[cxf] 01/02: Update Mockito to 4.1.0 (#877)

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

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

commit 7c19fdc91c1415db313945c022785302fc3802d1
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 20 19:59:05 2021 -0500

    Update Mockito to 4.1.0 (#877)
    
    (cherry picked from commit 5409cc649fa5542e0f68af24546ab05a4e38a50c)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c222c4c..3abb10d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -170,7 +170,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.3</cxf.mina.version>
-        <cxf.mockito.version>4.0.0</cxf.mockito.version>
+        <cxf.mockito.version>4.1.0</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>