Skip to content

Commit 6a7a3de

Browse files
committed
[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) - apache/commons-io#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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 61a79ca commit 6a7a3de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commons-compiler/3.1.9//commons-compiler-3.1.9.jar
4343
commons-compress/1.27.1//commons-compress-1.27.1.jar
4444
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
4545
commons-dbcp/1.4//commons-dbcp-1.4.jar
46-
commons-io/2.19.0//commons-io-2.19.0.jar
46+
commons-io/2.20.0//commons-io-2.20.0.jar
4747
commons-lang/2.6//commons-lang-2.6.jar
4848
commons-lang3/3.18.0//commons-lang3-3.18.0.jar
4949
commons-math3/3.6.1//commons-math3-3.6.1.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
190190
<commons-codec.version>1.18.0</commons-codec.version>
191191
<commons-compress.version>1.27.1</commons-compress.version>
192-
<commons-io.version>2.19.0</commons-io.version>
192+
<commons-io.version>2.20.0</commons-io.version>
193193
<!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. -->
194194
<commons-lang2.version>2.6</commons-lang2.version>
195195
<!-- org.apache.commons/commons-lang3/-->

0 commit comments

Comments
 (0)