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 3e96562d36 [MINOR UPDATE] Update Commons-Compress due to CVEs (#2892)
3e96562d36 is described below

commit 3e96562d36cf4d9b1f98440cc028c791cd58780e
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Mar 27 02:28:27 2024 +0100

    [MINOR UPDATE] Update Commons-Compress due to CVEs (#2892)
---
 contrib/format-excel/pom.xml | 7 ++++++-
 pom.xml                      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index 4da38e7a64..f323298056 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -52,7 +52,12 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.2.1</version>
+      <version>4.3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>${commons.compress.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
diff --git a/pom.xml b/pom.xml
index 7903d66d3f..a73bb87ff8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.16.0</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
-    <commons.compress.version>1.25.0</commons.compress.version>
+    <commons.compress.version>1.26.1</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>

Reply via email to