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 3d7b6067e95 [SPARK-44028][BUILD] Upgrade Apache `commons-io` to 2.13.0
3d7b6067e95 is described below

commit 3d7b6067e959d68d0d1c71471fb748cd46df9b02
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Tue Jun 13 09:08:33 2023 -0700

    [SPARK-44028][BUILD] Upgrade Apache `commons-io` to 2.13.0
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade Apache `commons-io` from 2.12.0 to 2.13.0
    
    ### Why are the changes needed?
    The new version bring some bug fixes, like:
    
    - [IO-791](https://issues.apache.org/jira/browse/IO-791) : Regression in 
FileUtils.touch() - no longer creates parent directories
    - [IO-796](https://issues.apache.org/jira/browse/IO-796) : 
FileAlreadyExistsException in PathUtils.createParentDirectories(Path, 
LinkOption, FileAttribute...)
    - [IO-798](https://issues.apache.org/jira/browse/IO-798) : 
DeferredFileOutputStream throws exception when system temp dir is a symlink
    
    The full release notes as follows:
    - https://commons.apache.org/proper/commons-io/changes-report.html#a2.13.0
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    - Pass GitHub Actions
    
    Closes #41556 from LuciferYang/SPARK-44028.
    
    Lead-authored-by: yangjie01 <yangji...@baidu.com>
    Co-authored-by: YangJie <yangji...@baidu.com>
    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 5479838e29a..9f77b42f0ee 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.12.0//commons-io-2.12.0.jar
+commons-io/2.13.0//commons-io-2.13.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 2a4d365f79a..628fdbf1d3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-compress.version>1.23.0</commons-compress.version>
-    <commons-io.version>2.12.0</commons-io.version>
+    <commons-io.version>2.13.0</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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to