This is an automated email from the ASF dual-hosted git repository.
liuxiaocs 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 25d42b913c8 HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7803)
25d42b913c8 is described below
commit 25d42b913c8e2705f559d2c218dc7c3025e76159
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 16 00:22:13 2026 +0800
HBASE-29921 Bump default hadoop 3 version to 3.4.3 (#7803)
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 3cb91560e5a..fa51798cebd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -868,7 +868,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>