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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 26411e0 Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). 26411e0 is described below commit 26411e08f96db1b853ab00cf437331f08a193218 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 19 16:04:20 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 453c54d..8d48322 100644 --- a/pom.xml +++ b/pom.xml @@ -569,7 +569,7 @@ <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> <commons.japicmp.version>0.14.1</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> - <commons.jacoco.version>0.8.5</commons.jacoco.version> + <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.spotbugs.version>4.0.4</commons.spotbugs.version> <commons.javadoc.version>3.1.1</commons.javadoc.version> <checkstyle.version>8.36</checkstyle.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c4d1ab1..58a5835 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,9 @@ <action type="update" dev="ggregory" due-to="Dependabot"> Update checkstyle from 8.26 to 8.36 #66. </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> <release version="2.7" date="2020-03-07" description="Minor release with new features and updated dependencies.">