You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/20 02:57:01 UTC

[rocketmq-clients] branch master updated: Bump jacoco to 0.8.8 (#62)

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new ab9353d  Bump jacoco to 0.8.8 (#62)
ab9353d is described below

commit ab9353d766a37f185488e147cdd1708ea0af469e
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Wed Jul 20 10:56:56 2022 +0800

    Bump jacoco to 0.8.8 (#62)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 8c58e0c..e0b0664 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -46,7 +46,7 @@
         <!-- plugin -->
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
         <spotbugs-plugin.version>4.2.2</spotbugs-plugin.version>
-        <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
         <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
         <maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>