This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 055b031 DRILL-7846: Upgrade POI to version 5.0.0
055b031 is described below
commit 055b0314b6582d3f09df84b5f02ccfda74a5c7eb
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 18 15:54:33 2021 +0000
DRILL-7846: Upgrade POI to version 5.0.0
---
contrib/format-excel/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index 39572a9..3c29ff3 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -31,7 +31,7 @@
<name>contrib/format-excel</name>
<properties>
- <poi.version>4.1.2</poi.version>
+ <poi.version>5.0.0</poi.version>
</properties>
<dependencies>
<dependency>
@@ -67,7 +67,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
- <version>2.3.5</version>
+ <version>2.4.0</version>
</dependency>
</dependencies>
<build>