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:02:21 UTC

[karaf] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new db85fe9  [KARAF-7140] Upgrade to easymock 4.3
     new ae057c3  Merge pull request #1370 from jbonofre/KARAF-7140
db85fe9 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 43c91d3..b20dd74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
 
         <servicemix-spec.version>2.9.0</servicemix-spec.version>
 
-        <easymock.version>4.2</easymock.version>
+        <easymock.version>4.3</easymock.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
         <equinox.version>3.16.200</equinox.version>