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 6a7a3debda07 [SPARK-53024][BUILD] Upgrade `commons-io` to 2.20.0 6a7a3debda07 is described below commit 6a7a3debda0748d7e72445de27ecc6ebfe01078b Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Wed Jul 30 14:18:14 2025 -0700 [SPARK-53024][BUILD] Upgrade `commons-io` to 2.20.0 ### What changes were proposed in this pull request? This PR aims to upgrade `commons-io` to 2.20.0 for Apache Spark 4.1.0. ### Why are the changes needed? To bring the latest bug fixes. - https://commons.apache.org/proper/commons-io/changes.html#a2.20.0 (2025-07-13) - https://github.com/apache/commons-io/pull/756 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #51730 from dongjoon-hyun/SPARK-53024. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- 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 14d0d33fd787..066d2fc685b9 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -43,7 +43,7 @@ commons-compiler/3.1.9//commons-compiler-3.1.9.jar commons-compress/1.27.1//commons-compress-1.27.1.jar commons-crypto/1.1.0//commons-crypto-1.1.0.jar commons-dbcp/1.4//commons-dbcp-1.4.jar -commons-io/2.19.0//commons-io-2.19.0.jar +commons-io/2.20.0//commons-io-2.20.0.jar commons-lang/2.6//commons-lang-2.6.jar commons-lang3/3.18.0//commons-lang3-3.18.0.jar commons-math3/3.6.1//commons-math3-3.6.1.jar diff --git a/pom.xml b/pom.xml index 2ecf89af8d07..b6095aabe582 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version> <commons-codec.version>1.18.0</commons-codec.version> <commons-compress.version>1.27.1</commons-compress.version> - <commons-io.version>2.19.0</commons-io.version> + <commons-io.version>2.20.0</commons-io.version> <!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. --> <commons-lang2.version>2.6</commons-lang2.version> <!-- org.apache.commons/commons-lang3/--> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org