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
commit 9d4828e1b9653bbaf59a45998aa4c267fc3471c3 Author: Andriy Redko <[email protected]> AuthorDate: Sat Oct 29 13:30:55 2022 -0400 Update EasyMock to 5.0.1 (part of CXF-8407) (#1015) (cherry picked from commit 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92) # Conflicts: # parent/pom.xml (cherry picked from commit dac65105d53cf8a020b52a7936797e76784d24f2) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index bd481e683e..b5c0a9013a 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>4.3</cxf.easymock.version> + <cxf.easymock.version>5.0.1</cxf.easymock.version> <!-- OSGi related properties --> <cxf.fragment.host /> <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>
