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/10/21 11:29:11 UTC

[cxf] branch master updated: Update to Mockito 4.0.0 (#865)

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new d0b2e5c  Update to Mockito 4.0.0 (#865)
d0b2e5c is described below

commit d0b2e5c12dc2b6151122255dba0b3f72a365756f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Oct 21 07:28:59 2021 -0400

    Update to Mockito 4.0.0 (#865)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d2b20d2..26b0ab6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -168,7 +168,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>3.12.4</cxf.mockito.version>
+        <cxf.mockito.version>4.0.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>