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 2ab46a9411 DRILL-8456: Upgrade POI and Commons-Compress (#2833) 2ab46a9411 is described below commit 2ab46a9411a52f12a0f9acb1144a318059439bc4 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Thu Oct 12 14:37:53 2023 +0100 DRILL-8456: Upgrade POI and Commons-Compress (#2833) --- contrib/format-excel/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml index 493ac62ba1..5ecefbe83f 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.3</poi.version> + <poi.version>5.2.4</poi.version> </properties> <dependencies> <dependency> @@ -52,7 +52,7 @@ <dependency> <groupId>com.github.pjfanning</groupId> <artifactId>excel-streaming-reader</artifactId> - <version>4.0.5</version> + <version>4.2.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> diff --git a/pom.xml b/pom.xml index 8baa6f7022..ef72a77df0 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ <kerby.version>1.0.0</kerby.version> <findbugs.version>3.0.5</findbugs.version> <netty.tcnative.classifier /> - <commons.io.version>2.7</commons.io.version> + <commons.io.version>2.14.0</commons.io.version> <commons.collections.version>4.4</commons.collections.version> <hamcrest.version>2.2</hamcrest.version> <curator.version>5.2.0</curator.version> @@ -110,7 +110,7 @@ <javax.el.version>3.0.0</javax.el.version> <surefire.version>3.1.2</surefire.version> <jna.version>5.13.0</jna.version> - <commons.compress.version>1.23.0</commons.compress.version> + <commons.compress.version>1.24.0</commons.compress.version> <hikari.version>4.0.3</hikari.version> <netty.version>4.1.73.Final</netty.version> <httpclient.version>4.5.14</httpclient.version>