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 2021/11/04 10:06:42 UTC

[drill] branch master updated: poi 5.1.0

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 52838ef  poi 5.1.0
52838ef is described below

commit 52838ef26e5e3e6b4461c2c656ffada0c64c9e88
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Nov 4 09:12:27 2021 +0100

    poi 5.1.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 91d225e..768caec 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.0.0</poi.version>
+    <poi.version>5.1.0</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>3.1.6</version>
+      <version>3.2.0</version>
     </dependency>
   </dependencies>
   <build>