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-io.git
The following commit(s) were added to refs/heads/master by this push: new 466231a Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). 466231a is described below commit 466231aebb59f15b57ffd23c84d290e27fe6f77c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Sep 19 16:04:59 2020 -0400 Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9dc0eb2..0dfbbce 100644 --- a/pom.xml +++ b/pom.xml @@ -291,7 +291,7 @@ file comparators, endian transformation classes, and much more. <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> - <commons.jacoco.version>0.8.5</commons.jacoco.version> + <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.surefire.version>2.22.2</commons.surefire.version> <commons.japicmp.version>0.14.3</commons.japicmp.version> <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5ca3214..adf5062 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Update mockito-core from 3.5.9 to 3.5.10 #152. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.8.0" date="2020-09-05" description="Java 8 required.">