This is an automated email from the ASF dual-hosted git repository.
dineshkumar pushed a commit to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.6 by this push:
new d40e3a74e RANGER-4969 : Ranger - Upgrade commons-io to 2.17.0
d40e3a74e is described below
commit d40e3a74e52eaa98ed6f25e8e073b0382c3e8db0
Author: Dineshkumar Yadav <[email protected]>
AuthorDate: Mon Dec 30 17:14:16 2024 +0530
RANGER-4969 : Ranger - Upgrade commons-io to 2.17.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ae16a78f4..c4f0f2c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<commons.csv.version>1.0</commons.csv.version>
<commons.dbcp.version>1.4</commons.dbcp.version>
<commons.digester.version>2.1</commons.digester.version>
- <commons.io.version>2.11.0</commons.io.version>
+ <commons.io.version>2.17.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>