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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 485b1fe Update Jacoco from 0.8.5 to 0.8.6. 485b1fe is described below commit 485b1fe866d5c37539d3e1fe572a7873b14238cf Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Sep 18 11:15:01 2020 -0400 Update Jacoco from 0.8.5 to 0.8.6. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7f25bd8..489df9e 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ <commons.japicmp.version>0.14.3</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> <clirr.skip>true</clirr.skip> - <commons.jacoco.version>0.8.5</commons.jacoco.version> + <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.javadoc.version>3.2.0</commons.javadoc.version> </properties> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f344203..09d6da4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.2 #59.</action> <action type="update" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.2 #62.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Update Jacoco from 0.8.5 to 0.8.6.</action> </release> <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release."> <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>