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 f1a143b Bump jacoco-maven-plugin from 0.8.6 to 0.8.7. f1a143b is described below commit f1a143b1840756ec9c739fd090b2ebb107a8641f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed May 12 09:21:56 2021 -0400 Bump jacoco-maven-plugin 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 dff0c50..0e65314 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,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.2</checkstyle.plugin.version> - <commons.jacoco.version>0.8.6</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.surefire.version>3.0.0-M5</commons.surefire.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> <spotbugs.plugin.version>4.2.3</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cfb9b46..a385d2a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -207,7 +207,7 @@ The <action> type attribute can be add,update,fix,remove. Bump mockito-inline from 3.7.0 to 3.8.0 #188, #207. </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). + Update commons.jacoco.version 0.8.5 to 0.8.7, fixes Java 15 builds and up. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Update spotbugs from 4.1.2 to 4.2.2, 4.2.3, #158, #164, #165, #180, #199, #213, #224.