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 2023/02/04 18:54:50 UTC

[cxf] 01/02: Update Mockito to 5.1.1

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 74e0559ac8a2333e25a75f0cbf11bff2567b84d5
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Feb 4 11:52:55 2023 -0500

    Update Mockito to 5.1.1
    
    (cherry picked from commit 6cc5829898b4c2324732ac98a885ea9ea1a50662)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7ef6ab73ba..fea650979a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -173,7 +173,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>5.1.0</cxf.mockito.version>
+        <cxf.mockito.version>5.1.1</cxf.mockito.version>
         <cxf.msv.version>2022.7</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>