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 399204c Bump opencsv from 5.5 to 5.5.1. 399204c is described below commit 399204ce5841a1873be7089305412f382fad8b6d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jul 20 10:19:20 2021 -0400 Bump opencsv from 5.5 to 5.5.1. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 44a0238..ec4587b 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,7 @@ <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> - <version>5.5</version> + <version>5.5.1</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 43aa693..ae2373a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -88,7 +88,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.11.0, #108.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from v1 to v2.3.4, #79, #92, #121.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-parent from 50 to 51 #80.</action> - <action type="update" dev="ggregory" due-to="Dependabot">Bump tests from opencsv from 3.1 to 5.5 #81, #137, #158.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump tests from opencsv from 3.1 to 5.5.1 #81, #137, #158.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from super-csv from 2.2.1 to 2.4.0 #86.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump build actions/setup-java from v1.4.0 to v2, #101, #113.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #122.</action>