This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit 911814e49c024c070e4c95149b2cbf83842deaf3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 2 15:56:59 2021 -0400 Bump commons.jacoco.version from 0.8.6 to 0.8.7. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9888334..9571f52 100644 --- a/pom.xml +++ b/pom.xml @@ -579,7 +579,7 @@ <!-- Override clirr version to enable clirr on Java 8 --> <commons.clirr.version>2.8</commons.clirr.version> - <commons.jacoco.version>0.8.6</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.junit.version>5.7.2</commons.junit.version> <!--Commons Release Plugin --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 651563e..429cd41 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -169,7 +169,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.6. + [build] Update Jacoco from 0.8.4 to 0.8.7. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> [test] Update org.easymock:easymock 4.1 -> 4.2.