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 2021/05/08 04:03:28 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7140] Upgrade to easymock 4.3

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 97ced89  [KARAF-7140] Upgrade to easymock 4.3
97ced89 is described below

commit 97ced89b841985754170bcb0193bd12e0c79cb85
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri May 7 17:57:13 2021 +0200

    [KARAF-7140] Upgrade to easymock 4.3
    
    (cherry picked from commit db85fe9677066afeaa8bb3434545fc24039eb54a)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fb15cc3..da3cb4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
 
         <servicemix-spec.version>2.9.0</servicemix-spec.version>
 
-        <easymock.version>4.2</easymock.version>
+        <easymock.version>4.3</easymock.version>
         <objenesis.version>2.6</objenesis.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>