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/11/13 06:57:01 UTC

[karaf-minho] branch main updated: [#13] 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-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new 37d21b0  [#13] Upgrade to easymock 5.0.1
     new e5d453e  Merge pull request #23 from jbonofre/13
37d21b0 is described below

commit 37d21b0c7757d6bf8f13001b1b9729c8332098d5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:34:09 2022 +0100

    [#13] 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 e517e99..d0ca974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
-            <version>4.3</version>
+            <version>5.0.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>