This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/master by this push:
new 4dbf44d ORC-768: Update commons-csv to 1.8 (#663)
4dbf44d is described below
commit 4dbf44d68eb91c0d29f5aaa6f280d3ef41e41552
Author: William Hyun <[email protected]>
AuthorDate: Mon Mar 22 17:13:08 2021 -0700
ORC-768: Update commons-csv to 1.8 (#663)
### What changes were proposed in this pull request?
This PR aims to update commons-csv to version 1.8.
### Why are the changes needed?
This will bring the latest bug fixes and improvements.
- https://commons.apache.org/proper/commons-csv/changes-report.html#a1.8
- https://commons.apache.org/proper/commons-csv/changes-report.html#a1.7
- https://commons.apache.org/proper/commons-csv/changes-report.html#a1.6
- https://commons.apache.org/proper/commons-csv/changes-report.html#a1.5
### How was this patch tested?
Pass the CIs.
---
java/bench/pom.xml | 2 +-
java/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 0d6e73d..536260b 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.4</version>
+ <version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index 15742d8..e152124 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -487,7 +487,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.4</version>
+ <version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>