Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
This commit is contained in:
parent
862b37628e
commit
e447a928da
2
pom.xml
2
pom.xml
|
@ -568,7 +568,7 @@
|
||||||
|
|
||||||
<!-- Override clirr version to enable clirr on Java 8 -->
|
<!-- Override clirr version to enable clirr on Java 8 -->
|
||||||
<commons.clirr.version>2.8</commons.clirr.version>
|
<commons.clirr.version>2.8</commons.clirr.version>
|
||||||
<commons.jacoco.version>0.8.5</commons.jacoco.version>
|
<commons.jacoco.version>0.8.6</commons.jacoco.version>
|
||||||
<commons.junit.version>5.6.2</commons.junit.version>
|
<commons.junit.version>5.6.2</commons.junit.version>
|
||||||
|
|
||||||
<!--Commons Release Plugin -->
|
<!--Commons Release Plugin -->
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
|
Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
||||||
[build] Update Jacoco from 0.8.4 to 0.8.5.
|
[build] Update Jacoco from 0.8.4 to 0.8.6.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
||||||
[test] Update org.easymock:easymock 4.1 -> 4.2.
|
[test] Update org.easymock:easymock 4.1 -> 4.2.
|
||||||
|
|
Loading…
Reference in New Issue