You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/09/06 21:54:39 UTC

[orc] branch main updated: ORC-988: Bump opencsv from 5.5.1 to 5.5.2 (#900)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 142cdd5  ORC-988: Bump opencsv from 5.5.1 to 5.5.2 (#900)
142cdd5 is described below

commit 142cdd502e96c8e7bde3888762ef843d65df4474
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 6 14:54:35 2021 -0700

    ORC-988: Bump opencsv from 5.5.1 to 5.5.2 (#900)
    
    Bumps opencsv from 5.5.1 to 5.5.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.opencsv:opencsv
      dependency-type: direct:production
      update-type: version-update:semver-patch
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 7f12641..39b9b93 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -503,7 +503,7 @@
       <dependency>
         <groupId>com.opencsv</groupId>
         <artifactId>opencsv</artifactId>
-        <version>5.5.1</version>
+        <version>5.5.2</version>
         <exclusions>
           <exclusion>
             <groupId>commons-beanutils</groupId>