From 32301ed5311f76ed0233ed4c08753ff9cfeaf970 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 31 Oct 2019 10:36:32 +0100 Subject: [PATCH] Fix compatibility with Java 13 This commit upgrades jacoco to 0.8.5 as this version provides Java 13 support. Closes gh-458 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9802b8935..e8b4f2912 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.2.4 1.8.0 - 0.8.2 + 0.8.5