You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2022/03/05 12:49:54 UTC

[drill] branch master updated: DRILL-8154: Upgrade to poi 5.2.1 (#2480)

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

luoc 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 0682d8b  DRILL-8154: Upgrade to poi 5.2.1 (#2480)
0682d8b is described below

commit 0682d8b49c6723adc634fa6f21a50a0b1d9e6cf3
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Mar 5 13:49:43 2022 +0100

    DRILL-8154: Upgrade to poi 5.2.1 (#2480)
---
 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 f7e2db0..705fbce 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Format : Excel</name>
 
   <properties>
-    <poi.version>5.2.0</poi.version>
+    <poi.version>5.2.1</poi.version>
     <log4j.version>2.17.2</log4j.version>
   </properties>
   <dependencies>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>3.4.0</version>
+      <version>3.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>