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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 8284fc8 Bump commons.jacoco.version from 0.8.6 to 0.8.7. 8284fc8 is described below commit 8284fc8da9a1fbc49bb641bef39ae74820b8ce47 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 9 17:46:32 2021 -0400 Bump commons.jacoco.version from 0.8.6 to 0.8.7. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d45353..a08ad95 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ <jackrabbit2.version>2.21.6</jackrabbit2.version> <commons.surefire.version>3.0.0-M5</commons.surefire.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> - <commons.jacoco.version>0.8.6</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.spotbugs.version>4.2.2</commons.spotbugs.version> <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version> <commons.asm.version>9.1</commons.asm.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 826eaa8..9b41619 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -112,6 +112,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Dependabot" type="update"> Bump jackrabbit2.version from 2.21.5 to 2.21.6 #180. </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Bump commons.jacoco.version from 0.8.6 to 0.8.7. + </action> </release> <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8."> <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->