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/01/12 12:55:23 UTC

[cxf] 01/05: Update EasyMock to 5.1.0

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 e7aee4bd41fa26d7e8a8c83fd529db362372b079
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 8 15:05:14 2023 -0500

    Update EasyMock to 5.1.0
    
    (cherry picked from commit 2d5d085df8621805ff33640f7aa43b47d098622d)
    
    # Conflicts:
    #       parent/pom.xml
    (cherry picked from commit e9fda922e79bb2c71a3ce9c705ecadfc07f1a23a)
    (cherry picked from commit ac99c8980d820a220254b8c2d74626cb389cc97e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e4964ed069..a0d0b08801 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -56,7 +56,7 @@
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.4</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
-        <cxf.easymock.version>5.0.1</cxf.easymock.version>
+        <cxf.easymock.version>5.1.0</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
         <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>