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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 1c06b21b579 HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7807)
1c06b21b579 is described below

commit 1c06b21b57970e4816c23363354c9ee214157a37
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 16 00:34:32 2026 +0800

    HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7807)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 29361bfb629..dcd7400835b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,7 @@
     <java.min.version>${compileSource}</java.min.version>
     <!-- Dependencies -->
     <hadoop-two.version>2.10.2</hadoop-two.version>
-    <hadoop-three.version>3.4.2</hadoop-three.version>
+    <hadoop-three.version>3.4.3</hadoop-three.version>
     <!-- These must be defined here for downstream build tools that don't look 
at profiles.
          They ought to match the values found in our default hadoop profile, 
which is
          currently "hadoop-2.0". See HBASE-15925 for more info. -->

Reply via email to