From 82eaf0ffc6c9086a5b323f9d84c67b87f1a4c4a1 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Fri, 26 Jul 2019 17:42:29 +0200 Subject: [PATCH] jacoco-maven-plugin upgraded to the new version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46b7571f8a..7531f94929 100644 --- a/pom.xml +++ b/pom.xml @@ -179,7 +179,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.9</version> + <version>0.8.4</version> <executions> <execution> <goals> -- GitLab