From 4a810b30be46cf1310eb1940ce60050518860771 Mon Sep 17 00:00:00 2001 From: Chris AndreĢ Date: Mon, 13 Jul 2020 14:14:31 -0400 Subject: Java 11 Migration - Migrating the Jacoco plugin to the latest, Java 11-compliant version Issue-ID: AAI-3003 Signed-off-by: Chris Andre Change-Id: I96c53a11ef27e26fbc8906dd33c6ab249ffd0ead --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e59e905..f1eea69 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ limitations under the License. org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + 0.8.5 true -- cgit 1.2.3-korg