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:19 UTC

[activemq-artemis] branch main updated (16ef6855af -> 669bdc3a12)

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

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


    from 16ef6855af ARTEMIS-4060: update commons-text transitive dep to 1.10.0
     new b8148e6358 ARTEMIS-4063: update to jacoco 0.8.8
     new 669bdc3a12 ARTEMIS-4062: update to Mockito 4.8.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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

Posted by ro...@apache.org.
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>


[activemq-artemis] 01/02: ARTEMIS-4063: update to jacoco 0.8.8

Posted by ro...@apache.org.
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 b8148e6358a90aa5c42e5d526d7df0d74521a540
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Oct 20 15:59:25 2022 +0100

    ARTEMIS-4063: update to jacoco 0.8.8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2cc9c8ec3c..6d41dca81e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,8 +148,8 @@
       <owb.version>1.7.0</owb.version>
       <arquillian.version>1.1.11.Final</arquillian.version>
       <servicemix.json-1.1.spec.version>2.9.0</servicemix.json-1.1.spec.version>
-      <version.org.jacoco>0.8.6</version.org.jacoco>
-      <version.org.jacoco.plugin>0.8.6</version.org.jacoco.plugin>
+      <version.org.jacoco>0.8.8</version.org.jacoco>
+      <version.org.jacoco.plugin>0.8.8</version.org.jacoco.plugin>
       <version.micrometer>1.8.5</version.micrometer>
       <hamcrest.version>2.1</hamcrest.version>
       <junit.version>4.13.2</junit.version>