You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/30 13:01:49 UTC

[cxf-fediz] branch master updated: Upgrading EasyMock to 4.0.1

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new e36c876  Upgrading EasyMock to 4.0.1
e36c876 is described below

commit e36c8760772ec33866c0e1553cf66dfa065d1f10
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 30 13:01:34 2018 +0000

    Upgrading EasyMock to 4.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04b1527..3ba8bd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <cxf.version>3.2.7</cxf.version>
         <cxf.build-utils.version>3.4.0</cxf.build-utils.version>
         <dbcp.version>2.1.1</dbcp.version>
-        <easymock.version>4.0</easymock.version>
+        <easymock.version>4.0.1</easymock.version>
         <ehcache.version>2.10.5</ehcache.version>
         <hsqldb.version>2.3.6</hsqldb.version>
         <htmlunit.version>2.27</htmlunit.version>