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 0839193 Bump opencsv from 5.2 to 5.4 (#137) 0839193 is described below commit 083919382888e6e7267a51615266d2b724139b14 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jul 3 10:33:08 2021 -0400 Bump opencsv from 5.2 to 5.4 (#137) Bumps opencsv from 5.2 to 5.4. Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8535113..9c888c6 100644 --- a/pom.xml +++ b/pom.xml @@ -445,7 +445,7 @@ <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> - <version>5.2</version> + <version>5.4</version> <scope>test</scope> </dependency>