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/12/01 13:58:57 UTC

[karaf-decanter] branch master updated: [KARAF-6937] Upgrade to mockito 3.6.28

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d955e1  [KARAF-6937] Upgrade to mockito 3.6.28
     new 8e876ad  Merge pull request #204 from jbonofre/KARAF-6937
7d955e1 is described below

commit 7d955e1037d8341f799307ac8b863b1edc53a92f
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Dec 1 14:11:36 2020 +0100

    [KARAF-6937] Upgrade to mockito 3.6.28
---
 collector/jmx/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collector/jmx/pom.xml b/collector/jmx/pom.xml
index 69938ca..9ec1bcd 100644
--- a/collector/jmx/pom.xml
+++ b/collector/jmx/pom.xml
@@ -43,7 +43,7 @@
     	<dependency>
 			<groupId>org.mockito</groupId>
 			<artifactId>mockito-core</artifactId>
-			<version>3.3.3</version>
+			<version>3.6.28</version>
 			<scope>test</scope>
 		</dependency>
         <dependency>