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 6d1221ccae [MINOR UPDATE] update to poi 5.3.0 (#2925)
6d1221ccae is described below

commit 6d1221ccae748a9e34a344b3f91c7b5295b2753a
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Sun Jul 14 03:42:36 2024 +0100

    [MINOR UPDATE] update to poi 5.3.0 (#2925)
---
 contrib/format-excel/pom.xml |  4 ++--
 pom.xml                      | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index f323298056..b5a30da764 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.5</poi.version>
+    <poi.version>5.3.0</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.3.0</version>
+      <version>5.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/pom.xml b/pom.xml
index 957679eff5..5eb6db87b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,12 +60,12 @@
     <codemodel.version>2.6</codemodel.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <commons.cli.version>1.4</commons.cli.version>
-    <commons.codec.version>1.16.0</commons.codec.version>
+    <commons.codec.version>1.17.0</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
-    <commons.compress.version>1.26.1</commons.compress.version>
+    <commons.compress.version>1.26.2</commons.compress.version>
     <commons.configuration.version>1.10</commons.configuration.version>
-    <commons.io.version>2.15.0</commons.io.version>
-    <commons.lang3.version>3.10</commons.lang3.version>
+    <commons.io.version>2.16.1</commons.io.version>
+    <commons.lang3.version>3.14.0</commons.lang3.version>
     <commons.net.version>3.9.0</commons.net.version>
     <commons.text.version>1.10.0</commons.text.version>
     <commons.validator.version>1.7</commons.validator.version>
@@ -109,7 +109,7 @@
     <kerby.version>1.0.1</kerby.version>
     <libthrift.version>0.18.1</libthrift.version>
     <license.skip>true</license.skip>
-    <log4j.version>2.22.0</log4j.version>
+    <log4j.version>2.23.1</log4j.version>
     <!-- Upgrading logback further breaks JDK 8 build compatibility -->
     <logback.version>1.3.14</logback.version>
     <maven.compiler.source>1.8</maven.compiler.source>

Reply via email to