You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/20 15:12:21 UTC

[activemq-artemis] 02/02: ARTEMIS-4062: update to Mockito 4.8.0

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 669bdc3a12ec8bfdfbb357d375250559bfedbee9
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Oct 20 15:59:49 2022 +0100

    ARTEMIS-4062: update to Mockito 4.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6d41dca81e..da63db4f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
       <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
       <sevntu.checks.version>1.39.0</sevntu.checks.version>
       <checkstyle.version>9.2.1</checkstyle.version>
-      <mockito.version>4.4.0</mockito.version>
+      <mockito.version>4.8.0</mockito.version>
       <jctools.version>2.1.2</jctools.version>
       <netty.version>4.1.82.Final</netty.version>
       <hdrhistogram.version>2.1.12</hdrhistogram.version>