From ee27e85d6abdf2fbf97d5a419286c8cdf8177604 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Wed, 24 May 2023 08:00:13 -0700 Subject: [PATCH] [SPARK-43739][BUILD] Upgrade commons-io to 2.12.0 ### What changes were proposed in this pull request? The pr aims to upgrade common-io from 2.11.0 to 2.12.0. ### Why are the changes needed? common-io new version includes some improvement & bug fixed, eg - https://github.com/apache/commons-io/pull/450 - https://github.com/apache/commons-io/pull/368 - [Add PathUtils.touch(Path)](https://github.com/apache/commons-io/commit/fd7c8182d2117d01f43ccc9fe939105f834ba672) The error exception of the FileUtils.touch method has been changed from `java.io.FileNotFoundException` to `java.nio.file.NoSuchFileException` - common-io 2.11.0 VS 2.12.0 https://github.com/apache/commons-io/compare/rel/commons-io-2.11.0...rel/commons-io-2.12.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #41271 from panbingkun/SPARK-43739. Authored-by: panbingkun Signed-off-by: Dongjoon Hyun --- 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 553776acfb111..fa870c7240fbe 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.23.0//commons-compress-1.23.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.11.0//commons-io-2.11.0.jar +commons-io/2.12.0//commons-io-2.12.0.jar commons-lang/2.6//commons-lang-2.6.jar commons-lang3/3.12.0//commons-lang3-3.12.0.jar commons-logging/1.1.3//commons-logging-1.1.3.jar diff --git a/pom.xml b/pom.xml index 7defd251865e3..6fe9b7b870129 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ 3.0.3 1.15 1.23.0 - 2.11.0 + 2.12.0 2.6