From e21641be094180c252aebbb238e0d361303ca126 Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Sat, 23 Oct 2021 12:47:13 +0200
Subject: [PATCH] hotfixes jacoco java 14+

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index efc8d50..c9a1ccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.6</version>
+                <version>0.8.7</version>
                 <executions>
                     <!-- Surefire -->
                     <execution>
-- 
GitLab