This is an automated email from the ASF dual-hosted git repository.
liuxiaocs pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new bc7b1dde192 HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7805)
bc7b1dde192 is described below
commit bc7b1dde1929f4b1a844549a9a73c88b5bab8b58
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 16 00:23:36 2026 +0800
HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7805)
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 ef5e18a37e4..cb198610ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -801,7 +801,7 @@
<maven.min.version>3.5.0</maven.min.version>
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
- <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.
-->
<hadoop.version>${hadoop-three.version}</hadoop.version>