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 2021/02/15 00:48:03 UTC

[drill] branch master updated: DRILL-7862: upgrade excel-streaming-reader

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 d02a6a5  DRILL-7862: upgrade excel-streaming-reader
d02a6a5 is described below

commit d02a6a5b125429df3584f664165b90ce446e6299
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 14 21:37:07 2021 +0000

    DRILL-7862: upgrade excel-streaming-reader
---
 contrib/format-excel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index 28cb9de..020b897 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>2.4.0</version>
+      <version>3.0.3</version>
     </dependency>
   </dependencies>
   <build>