You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2021/10/06 09:09:15 UTC

[hbase-filesystem] branch master updated: HBASE-26315 Upgrade commons-io to 2.11.0 in hbase-filesystem (#27)

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-filesystem.git


The following commit(s) were added to refs/heads/master by this push:
     new 04a304e  HBASE-26315 Upgrade commons-io to 2.11.0 in hbase-filesystem (#27)
04a304e is described below

commit 04a304e50c200803b6c8b8ca5ec321fd23899210
Author: Peter Somogyi <ps...@cloudera.com>
AuthorDate: Wed Oct 6 11:09:08 2021 +0200

    HBASE-26315 Upgrade commons-io to 2.11.0 in hbase-filesystem (#27)
    
    Signed-off-by: Wellington Chevreuil <wc...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2cd24a6..ced3c49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <assertj.version>3.12.2</assertj.version>
     <audience-annotations.version>0.5.0</audience-annotations.version>
     <aws-java-sdk.version>1.11.1026</aws-java-sdk.version>
-    <commons-io.version>2.5</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.6</commons-lang3.version>
     <curator.version>4.2.0</curator.version>
     <enforcer.version>3.0.0-M3</enforcer.version>