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

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


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 4803fdc4766 HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. 
Contributed by PandaMonkey.
4803fdc4766 is described below

commit 4803fdc4766b35a0844f7984936ab5659d93033f
Author: Akira Ajisaka <aajis...@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)
---
 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 fcefd01c18a..aa5cbc1461b 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to