This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.21 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 6d8c6cab8284446ecdaba2835168ad51c4dc8d9e Author: PJ Fanning <pjfann...@users.noreply.github.com> 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 1c3dce5854..b78d233872 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 7c4fc1f90e..13e578b03f 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>