Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
This commit is contained in:
parent
8e0a8f2298
commit
bae0e42fac
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue