Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).

This commit is contained in:
Gary Gregory 2020-09-19 16:05:16 -04:00
parent 8e0a8f2298
commit bae0e42fac
2 changed files with 2 additions and 1 deletions

View File

@ -615,7 +615,7 @@
<jmh.version>1.21</jmh.version>
<uberjar.name>benchmarks</uberjar.name>
<commons.jacoco.version>0.8.5</commons.jacoco.version>
<commons.jacoco.version>0.8.6</commons.jacoco.version>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
<commons.javadoc.version>3.2.0</commons.javadoc.version>

View File

@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.36 #594, #614.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.2 #601.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.2 #612.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug fixes.">
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>