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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 5c09468e148 HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7808)
5c09468e148 is described below

commit 5c09468e148459ff48dae92302ec1506b1810fc4
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 16 00:34:57 2026 +0800

    HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7808)
    
    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 e6f58c682e9..88f9c67786a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,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