You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/05/22 02:01:16 UTC

[drill] branch master updated: DRILL-8230: Upgrade to POI 5.2.2 (#2555)

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 5882e6fcec DRILL-8230: Upgrade to POI 5.2.2 (#2555)
5882e6fcec is described below

commit 5882e6fcece789226a9a8d73060eb6c233289327
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun May 22 03:01:10 2022 +0100

    DRILL-8230: Upgrade to POI 5.2.2 (#2555)
---
 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 ed5a02494c..eb2f547f31 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.1</poi.version>
+    <poi.version>5.2.2</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>3.6.0</version>
+      <version>4.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>