You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2021/10/19 12:15:00 UTC

[ranger] branch master updated: RANGER-3470 : Ranger - Upgrade commons-io to 2.11.0

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

mehul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ca4551  RANGER-3470 : Ranger - Upgrade commons-io to 2.11.0
2ca4551 is described below

commit 2ca455172c59f190fc49894a9ac7fe1e22fd20c1
Author: Dineshkumar Yadav <di...@outlook.com>
AuthorDate: Fri Oct 8 13:42:29 2021 +0530

    RANGER-3470 : Ranger - Upgrade commons-io to 2.11.0
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7b5868..ac0219b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
         <commons.configuration.version>2.1.1</commons.configuration.version>
         <commons.dbcp.version>1.4</commons.dbcp.version>
         <commons.digester.version>2.1</commons.digester.version>
-        <commons.io.version>2.5</commons.io.version>
+        <commons.io.version>2.11.0</commons.io.version>
         <commons.lang.version>2.6</commons.lang.version>
         <commons.lang3.version>3.3.2</commons.lang3.version>
         <commons.logging.version>1.2</commons.logging.version>