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:01:48 UTC

[hbase] branch branch-2 updated: HBASE-26329 Upgrade commons-io to 2.11.0 (#3722)

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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 025b42b  HBASE-26329 Upgrade commons-io to 2.11.0 (#3722)
025b42b is described below

commit 025b42bb280062dc7943db01e4f330766836f993
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Wed Oct 6 10:19:17 2021 +0200

    HBASE-26329 Upgrade commons-io to 2.11.0 (#3722)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e15611e..f53c36e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1461,8 +1461,7 @@
     <avro.version>1.7.7</avro.version>
     <caffeine.version>2.8.1</caffeine.version>
     <commons-codec.version>1.13</commons-codec.version>
-    <!-- pretty outdated -->
-    <commons-io.version>2.8.0</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.9</commons-lang3.version>
     <commons-math.version>3.6.1</commons-math.version>
     <disruptor.version>3.4.2</disruptor.version>