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 0d7c07047a62 [SPARK-47790][BUILD] Upgrade `commons-io` to 2.16.1
0d7c07047a62 is described below
commit 0d7c07047a628bd42eb53eb49935f5e3f81ea1a1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Apr 10 00:22:40 2024 -0700
[SPARK-47790][BUILD] Upgrade `commons-io` to 2.16.1
### What changes were proposed in this pull request?
This PR aims to upgrade `commons-io` to `2.16.1`.
### Why are the changes needed?
`2.16.1` is a maintenance release after `2.16.0`.
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.16.1
(2024-04-04)
### Does this PR introduce _any_ user-facing change?
Yes, this is a dependency change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45973 from dongjoon-hyun/SPARK-47790.
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 e51943fb0afe..f0454184a5f1 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.26.1//commons-compress-1.26.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.16.0//commons-io-2.16.0.jar
+commons-io/2.16.1//commons-io-2.16.1.jar
commons-lang/2.6//commons-lang-2.6.jar
commons-lang3/3.14.0//commons-lang3-3.14.0.jar
commons-math3/3.6.1//commons-math3-3.6.1.jar
diff --git a/pom.xml b/pom.xml
index 7b588e80e7ce..95ed02d412a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.16.1</commons-codec.version>
<commons-compress.version>1.26.1</commons-compress.version>
- <commons-io.version>2.16.0</commons-io.version>
+ <commons-io.version>2.16.1</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
<!-- org.apache.commons/commons-lang3/-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]