From bae0e42fac5c2d7e7b4cb73b6f5552e7a60a1055 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 19 Sep 2020 16:05:16 -0400 Subject: [PATCH] Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad1e6e81e..e3c2f7042 100644 --- a/pom.xml +++ b/pom.xml @@ -615,7 +615,7 @@ 1.21 benchmarks - 0.8.5 + 0.8.6 3.0.0-M5 3.2.0 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 25d0ee02b..90fa7f554 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The type attribute can be add,update,fix,remove. Update checkstyle from 8.34 to 8.36 #594, #614. Update actions/checkout from v2.3.1 to v2.3.2 #601. Update actions/setup-java from v1.4.0 to v1.4.2 #612. + Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). Refine test output for FastDateParserTest