You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/09 14:12:39 UTC

[commons-csv] branch master updated: Bump opencsv from 5.6 to 5.7.0 (#260)

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 a06a4f62 Bump opencsv from 5.6 to 5.7.0 (#260)
a06a4f62 is described below

commit a06a4f624a69631f9758c6e005fd27bcbdcdd983
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 07:12:33 2022 -0700

    Bump opencsv from 5.6 to 5.7.0 (#260)
    
    Bumps opencsv from 5.6 to 5.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.opencsv:opencsv
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78a669de..adaf9904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@
         <dependency>
           <groupId>com.opencsv</groupId>
           <artifactId>opencsv</artifactId>
-          <version>5.6</version>
+          <version>5.7.0</version>
           <scope>test</scope>
         </dependency>