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 2022/12/18 15:09:11 UTC

[karaf] branch main updated: [KARAF-7411] Upgrade to easymock 5.0.1

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 83a4723471 [KARAF-7411] Upgrade to easymock 5.0.1
     new 5dabf51f8e Merge pull request #1696 from jbonofre/KARAF-7411
83a4723471 is described below

commit 83a472347199a0dbcc5c317df59928fbf6e75b5a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Dec 13 15:47:08 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 40f2beee5c..94191dcfbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
 
         <servicemix-spec.version>2.9.0</servicemix-spec.version>
 
-        <easymock.version>4.3</easymock.version>
+        <easymock.version>5.0.1</easymock.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
         <equinox.version>3.18.0</equinox.version>