From e81f41dfd9e90b3d4cb530769e7145cc12733ad0 Mon Sep 17 00:00:00 2001 From: fde <franck.desaize@kereval.com> Date: Tue, 31 Aug 2021 15:17:36 +0200 Subject: [PATCH] fix pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c7a2862..b375f6a 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.9</version> + <version>0.8.6</version> <executions> <execution> <id>pre-unit-test</id> -- GitLab