You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2021/10/05 22:37:44 UTC

[atlas] branch branch-2.0 updated: ATLAS-4444: Atlas - Upgrade commons-io to 2.11.0

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

amestry pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 0004b69  ATLAS-4444: Atlas - Upgrade commons-io to 2.11.0
0004b69 is described below

commit 0004b69ed4ffae75f29bb444efdab2012161e303
Author: Disha Talreja <di...@cloudera.com>
AuthorDate: Tue Oct 5 11:48:49 2021 -0400

    ATLAS-4444: Atlas - Upgrade commons-io to 2.11.0
    
    Signed-off-by: Ashutosh Mestry <am...@cloudera.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49643a1..023de75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -690,7 +690,7 @@
         <commons-conf.version>1.10</commons-conf.version>
         <commons-conf2.version>2.2</commons-conf2.version>
         <commons-el.version>1.0</commons-el.version>
-        <commons-io.version>2.8.0</commons-io.version>
+        <commons-io.version>2.11.0</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-logging.version>1.1.3</commons-logging.version>
         <commons-validator.version>1.6</commons-validator.version>