You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/16 14:30:36 UTC

[activemq] branch main updated: [AMQ-9028] Upgrade to mockito 4.7.0

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/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 8dd47ed46 [AMQ-9028] Upgrade to mockito 4.7.0
     new 50fb081ea Merge pull request #878 from jbonofre/AMQ-9028
8dd47ed46 is described below

commit 8dd47ed464a4af66b7b582c272e27966fd6a7e25
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Aug 14 08:09:05 2022 +0200

    [AMQ-9028] Upgrade to mockito 4.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 585b5cf0f..ee8f7b228 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <hamcrest-version>1.3</hamcrest-version>
     <karaf-version>4.3.7</karaf-version>
     <log4j-version>2.18.0</log4j-version>
-    <mockito-version>4.6.1</mockito-version>
+    <mockito-version>4.7.0</mockito-version>
     <owasp-dependency-check-version>5.2.4</owasp-dependency-check-version>
     <mqtt-client-version>1.16</mqtt-client-version>
     <org-apache-derby-version>10.15.2.0</org-apache-derby-version>