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

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

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>