summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-09-16 08:34:08 -0400
committerMarco Miller <marco.miller@ericsson.com>2020-09-16 08:34:59 -0400
commit020dc586a6e01fd98f0ce8ca0c0c9997b4224fc4 (patch)
tree5763abaafc75b30c027ecda91145acc07fb59d53 /pom.xml
parent292919b12a1e2f0584edbfb630a2b67567d4d9be (diff)
downloadjgit-020dc586a6e01fd98f0ce8ca0c0c9997b4224fc4.tar.gz
jgit-020dc586a6e01fd98f0ce8ca0c0c9997b4224fc4.zip
Upgrade jacoco-maven-plugin to 0.8.6
Change-Id: Ifd4e8fc60844690d144a0872db4f740f45226ff9 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b5be4780cd..f5a5626ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,7 +337,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>