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

liuxiaocs 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 af7d913316e HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7806)
af7d913316e is described below

commit af7d913316e5b6ca985a972cea7a9c7e0345360f
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 16 00:24:11 2026 +0800

    HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7806)
    
    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 01770d62f08..12ef2ed1618 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