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/10/29 17:31:01 UTC

[cxf] branch main updated: Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 84e897dfbd Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)
84e897dfbd is described below

commit 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 29 13:30:55 2022 -0400

    Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fdb9afe92f..3a53089e55 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.4</cxf.asm.version>
-        <cxf.easymock.version>4.3</cxf.easymock.version>
+        <cxf.easymock.version>5.0.1</cxf.easymock.version>
 
         <!-- please maintain alphabetical order here -->
         <cxf.activemq.artemis.version>2.26.0</cxf.activemq.artemis.version>