You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/08/12 06:31:53 UTC

[hbase] branch master updated: HBASE-27298 Bump hadoop version to 3.2.4 (#4696)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 97fb5cc6d24 HBASE-27298 Bump hadoop version to 3.2.4 (#4696)
97fb5cc6d24 is described below

commit 97fb5cc6d24daf7b62c59972f8b24e788a7edae9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 12 14:31:48 2022 +0800

    HBASE-27298 Bump hadoop version to 3.2.4 (#4696)
    
    Bumps hadoop-common from 3.2.3 to 3.2.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Duo Zhang <zh...@apache.org>
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b397bb57230..da0a6aa2677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -771,7 +771,7 @@
     <maven.min.version>3.0.4</maven.min.version>
     <java.min.version>${compileSource}</java.min.version>
     <!-- Dependencies -->
-    <hadoop-three.version>3.2.3</hadoop-three.version>
+    <hadoop-three.version>3.2.4</hadoop-three.version>
     <!-- These must be defined here for downstream build tools that don't look at profiles.
     -->
     <hadoop.version>${hadoop-three.version}</hadoop.version>