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/04/18 15:16:12 UTC

[cxf] branch 3.4.x-fixes updated: Update to EasyMockk 4.3

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 54b2e09  Update to EasyMockk 4.3
54b2e09 is described below

commit 54b2e09c11482b035e7bc0a1dde2731b9600dd02
Author: reta <dr...@gmail.com>
AuthorDate: Sun Apr 18 09:54:45 2021 -0400

    Update to EasyMockk 4.3
    
    (cherry picked from commit 19b6ed46b2d1b25547166174f1714daeace1c333)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1f34f44..b994584 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -56,7 +56,7 @@
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.1</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
-        <cxf.easymock.version>4.2</cxf.easymock.version>
+        <cxf.easymock.version>4.3</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
         <cxf.bundle.activator />