You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2022/05/24 05:48:33 UTC

[hadoop] 01/03: HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. Contributed by PandaMonkey.

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

iwasakims pushed a commit to branch branch-2.10.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 759c7a0557e3222c0c9288070556cf44bbbe08a8
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Fri Mar 2 15:47:43 2018 -0800

    HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. Contributed by PandaMonkey.
    
    (cherry picked from commit 432cd74c7258a71eb5218dbcef0cca8eb221ddb8)
    (cherry picked from commit 4803fdc4766b35a0844f7984936ab5659d93033f)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index a928b66c42d..d43be5a2acf 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -730,7 +730,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
       </dependency>
 
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org