This is an automated email from the ASF dual-hosted git repository.
stoty 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 0fe3f8a75e4 HBASE-29590 Use hadoop 3.4.2 as default hadooop3
dependency (#7302)
0fe3f8a75e4 is described below
commit 0fe3f8a75e48e25e0e0d63e8c66159156e2dce1f
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Sep 16 16:55:02 2025 +0200
HBASE-29590 Use hadoop 3.4.2 as default hadooop3 dependency (#7302)
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 60b6183c048..0ca4f418742 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.1</hadoop-three.version>
+ <hadoop-three.version>3.4.2</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. -->