This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 78327ebd4 [CELEBORN-743][BUILD] Bump commons-io to 2.13.0
78327ebd4 is described below

commit 78327ebd4a25f6b3052b7741acc0da6ad9b2ebb0
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jun 29 10:26:57 2023 +0800

    [CELEBORN-743][BUILD] Bump commons-io to 2.13.0
    
    ### What changes were proposed in this pull request?
    
    Bump commons-io to 2.13.0
    
    ### Why are the changes needed?
    
    - https://commons.apache.org/proper/commons-io/changes-report.html#a2.9.0
    - https://commons.apache.org/proper/commons-io/changes-report.html#a2.10.0
    - https://commons.apache.org/proper/commons-io/changes-report.html#a2.11.0
    - https://commons.apache.org/proper/commons-io/changes-report.html#a2.12.0
    - 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 GA.
    
    Closes #1655 from pan3793/CELEBORN-743.
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec6edb95f..146bfc1c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
 
     <codahale.metrics.version>3.2.6</codahale.metrics.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>
-    <commons-io.version>2.8.0</commons-io.version>
+    <commons-io.version>2.13.0</commons-io.version>
     <commons-crypto.version>1.0.0</commons-crypto.version>
     <google.jsr305.version>1.3.9</google.jsr305.version>
     <grpc.version>1.44.0</grpc.version>

Reply via email to