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/09/06 19:30:43 UTC

[karaf-decanter] branch main updated: [KARAF-7204] Upgrade to mockito 3.11.2

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-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 86d8c21  [KARAF-7204] Upgrade to mockito 3.11.2
     new d578714  Merge pull request #255 from jbonofre/KARAF-7204
86d8c21 is described below

commit 86d8c21bac7d1b4f29539c8291614521472b7c84
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 6 16:48:21 2021 +0200

    [KARAF-7204] Upgrade to mockito 3.11.2
---
 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 cd6cd0a..f79cb21 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.6.28</version>
+			<version>3.11.2</version>
 			<scope>test</scope>
 		</dependency>
         <dependency>