This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 434acaf48849 [SPARK-47109][BUILD] Upgrade `commons-compress` to 1.26.0
434acaf48849 is described below
commit 434acaf48849263986d83480002d8d969eb33f12
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Feb 20 18:56:42 2024 -0800
[SPARK-47109][BUILD] Upgrade `commons-compress` to 1.26.0
### What changes were proposed in this pull request?
This PR aims to upgrade `commons-compress` to 1.26.0.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.0
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45189 from dongjoon-hyun/SPARK-47109.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index cc0145e004a0..97205011e265 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -40,7 +40,7 @@ commons-codec/1.16.1//commons-codec-1.16.1.jar
commons-collections/3.2.2//commons-collections-3.2.2.jar
commons-collections4/4.4//commons-collections4-4.4.jar
commons-compiler/3.1.9//commons-compiler-3.1.9.jar
-commons-compress/1.25.0//commons-compress-1.25.0.jar
+commons-compress/1.26.0//commons-compress-1.26.0.jar
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
commons-dbcp/1.4//commons-dbcp-1.4.jar
commons-io/2.15.1//commons-io-2.15.1.jar
diff --git a/pom.xml b/pom.xml
index f7acb65b991e..b56fb857ee46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
<snappy.version>1.1.10.5</snappy.version>
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.16.1</commons-codec.version>
- <commons-compress.version>1.25.0</commons-compress.version>
+ <commons-compress.version>1.26.0</commons-compress.version>
<commons-io.version>2.15.1</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]