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/01/26 00:36:19 UTC

[cxf] 01/02: Update Mockito to 4.3.1

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 88d4d1855c6c0cc41dd31848da69a742bf5d5cb8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jan 25 13:18:57 2022 -0500

    Update Mockito to 4.3.1
    
    (cherry picked from commit b635bc0b67892c9e63de6e960c97126fd782b156)
    (cherry picked from commit 4554f4b10b1d4232d5582c1038ca33da82e8d48d)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a5ec528..f296305 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -173,8 +173,8 @@
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
         <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.2.0</cxf.mockito.version>
+        <cxf.mina.version>2.1.5</cxf.mina.version>
+        <cxf.mockito.version>4.3.1</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>