Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
diff --git a/pom.xml b/pom.xml
index 453c54d..8d48322 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>

     <commons.japicmp.version>0.14.1</commons.japicmp.version>

     <japicmp.skip>false</japicmp.skip>

-    <commons.jacoco.version>0.8.5</commons.jacoco.version>

+    <commons.jacoco.version>0.8.6</commons.jacoco.version>

     <commons.spotbugs.version>4.0.4</commons.spotbugs.version>

     <commons.javadoc.version>3.1.1</commons.javadoc.version>

     <checkstyle.version>8.36</checkstyle.version>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4d1ab1..58a5835 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@
        <action type="update" dev="ggregory" due-to="Dependabot">
          Update checkstyle from 8.26 to 8.36 #66.
        </action>
+       <action dev="ggregory" type="update" due-to="Gary Gregory">
+         Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">