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 2023/02/03 16:49:56 UTC

[karaf-decanter] branch main updated: [KARAF-7651] Upgrade to mockito 5.1.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-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new dbdbc23a [KARAF-7651] Upgrade to mockito 5.1.1
     new db18ee51 Merge pull request #312 from jbonofre/KARAF-7651
dbdbc23a is described below

commit dbdbc23a9ed389c4e1a97bec49a774acd53e8c5e
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Fri Feb 3 16:39:29 2023 +0100

    [KARAF-7651] Upgrade to mockito 5.1.1
---
 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 0a0e9cdd..dc5640c3 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.11.2</version>
+			<version>5.1.1</version>
 			<scope>test</scope>
 		</dependency>
         <dependency>