This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new d65b14f69d Update EasyMock to 5.5.0
d65b14f69d is described below
commit d65b14f69d38637ee2192434da478cbbdd272caa
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Nov 20 20:22:02 2024 -0500
Update EasyMock to 5.5.0
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ebc921f484..ddf365636d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -58,7 +58,7 @@
<cxf.asm.artifactId>asm</cxf.asm.artifactId>
<cxf.asm.version>9.7.1</cxf.asm.version>
<cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
- <cxf.easymock.version>5.3.0</cxf.easymock.version>
+ <cxf.easymock.version>5.5.0</cxf.easymock.version>
<!-- OSGi related properties -->
<cxf.fragment.host />
<cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>