You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/01/09 14:58:37 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6587] Upgrade to easymock 4.1

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 3290f5e  [KARAF-6587] Upgrade to easymock 4.1
3290f5e is described below

commit 3290f5e048d99b5ffa7ea4d8fabf5d015e9aed35
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 9 06:59:42 2020 +0100

    [KARAF-6587] Upgrade to easymock 4.1
    
    (cherry picked from commit 25b764d80cce763ac55c7a3b360f434aed4543c9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0908eb..b4497d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
 
         <servicemix-spec.version>2.9.0</servicemix-spec.version>
 
-        <easymock.version>4.0.2</easymock.version>
+        <easymock.version>4.1</easymock.version>
         <objenesis.version>2.6</objenesis.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>