This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push:
new d20b01c Update jacoco to the latest version to support jdk 11
d20b01c is described below
commit d20b01c140dbed878a3506f46d674751f23f43d0
Author: von gosling <[email protected]>
AuthorDate: Thu Nov 26 19:12:54 2020 +0800
Update jacoco to the latest version to support jdk 11
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e97ff8d..5b99882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.0</version>
+ <version>0.8.6</version>
<executions>
<execution>
<id>default-prepare-agent</id>