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/09/08 21:05:12 UTC

[cxf] 01/02: Update Mockito to 4.8.0

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

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

commit cc3234878dced34370a9f12246e178210caba541
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Sep 8 16:43:16 2022 -0400

    Update Mockito to 4.8.0
    
    (cherry picked from commit 2f76e327b3c1128453e5ce996a802a656859671e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cb9f9ab8a5..fe7dfaf4fb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,7 +171,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.7.0</cxf.mockito.version>
+        <cxf.mockito.version>4.8.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>