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/09/19 12:31:40 UTC

[drill] branch master updated: DRILL-8308: POI 5.2.3 (#2651)

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 b5b968298d DRILL-8308: POI 5.2.3 (#2651)
b5b968298d is described below

commit b5b968298d45eccdec9811188cd025d7a4b88805
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Sep 19 13:31:34 2022 +0100

    DRILL-8308: POI 5.2.3 (#2651)
---
 contrib/format-excel/pom.xml | 4 ++--
 pom.xml                      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index eb2f547f31..c1b90d626f 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.2</poi.version>
+    <poi.version>5.2.3</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.0.1</version>
+      <version>4.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
diff --git a/pom.xml b/pom.xml
index cf45c3f461..f988122b4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <httpdlog-parser.version>5.8</httpdlog-parser.version>
     <yauaa.version>7.1.0</yauaa.version>
-    <log4j.version>2.17.2</log4j.version>
+    <log4j.version>2.18.0</log4j.version>
     <aircompressor.version>0.20</aircompressor.version>
     <iceberg.version>0.12.1</iceberg.version>
     <univocity-parsers.version>2.8.3</univocity-parsers.version>