Skip to content

Commit

Permalink
Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 19, 2020
1 parent 862b376 commit e447a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@

<!-- Override clirr version to enable clirr on Java 8 -->
<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 Release Plugin -->
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
</action>
<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 dev="ggregory" type="update" due-to="Gary Gregory">
[test] Update org.easymock:easymock 4.1 -> 4.2.
Expand Down

0 comments on commit e447a92

Please sign in to comment.