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-csv.git
The following commit(s) were added to refs/heads/master by this push: new 934f214 Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16). new 848c148 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv 934f214 is described below commit 934f214e9641c78b2c34600b37a7664dbfec6b4c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 24 13:56:01 2021 -0400 Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16). Bump commons.spotbugs.version from 4.0.4 to 4.2.3 (Java 16). --- pom.xml | 2 ++ src/changes/changes.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index e1ff9c6..7af72de 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,8 @@ <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes> <commons.pmd.version>3.14.0</commons.pmd.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> + <commons.spotbugs.version>4.2.3</commons.spotbugs.version> <japicmp.skip>false</japicmp.skip> <commons.release.isDistModule>true</commons.release.isDistModule> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1658b64..a770e57 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,8 @@ <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #132.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #131.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.7.0 to 5.7.1 #133.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16).</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump commons.spotbugs.version from 4.0.4 to 4.2.3 (Java 16).</action> </release> <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).