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 ca5eb7c Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0. ca5eb7c is described below commit ca5eb7cdbe1a80186fdade49dbe9062d87540c8e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 8 17:19:29 2021 -0400 Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0. --- pom.xml | 1 + src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 1480a7f..a382f09 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,7 @@ <commons.spotbugs.version>4.2.3</commons.spotbugs.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> <commons.javadoc.version>3.3.0</commons.javadoc.version> + <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.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 c54a277..3c585fb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -89,6 +89,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump jmh-generator-annprocess from 1.5.2 to 1.32 #151.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump PMD core from 6.29.0 to 6.36.0.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0.</action> </release> <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).