Skip to content

Commit 2ba1560

Browse files
committed
[SPARK-51811][BUILD] Upgrade commons-io to 2.19.0
### What changes were proposed in this pull request? This PR aims to upgrade `commons-io` from `2.18.0` to `2.19.0`. ### Why are the changes needed? The full release notes: https://commons.apache.org/proper/commons-io/changes.html#a2.19.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#50597 from panbingkun/SPARK-51811. Authored-by: panbingkun <panbingkun@apache.org> Signed-off-by: panbingkun <panbingkun@apache.org>
1 parent fd44ab6 commit 2ba1560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commons-compiler/3.1.9//commons-compiler-3.1.9.jar
4444
commons-compress/1.27.1//commons-compress-1.27.1.jar
4545
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
4646
commons-dbcp/1.4//commons-dbcp-1.4.jar
47-
commons-io/2.18.0//commons-io-2.18.0.jar
47+
commons-io/2.19.0//commons-io-2.19.0.jar
4848
commons-lang/2.6//commons-lang-2.6.jar
4949
commons-lang3/3.17.0//commons-lang3-3.17.0.jar
5050
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
@@ -188,7 +188,7 @@
188188
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
189189
<commons-codec.version>1.18.0</commons-codec.version>
190190
<commons-compress.version>1.27.1</commons-compress.version>
191-
<commons-io.version>2.18.0</commons-io.version>
191+
<commons-io.version>2.19.0</commons-io.version>
192192
<!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. -->
193193
<commons-lang2.version>2.6</commons-lang2.version>
194194
<!-- org.apache.commons/commons-lang3/-->

0 commit comments

Comments
 (0)