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

stoty 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 51d0318c966 HBASE-29590 Use hadoop 3.4.2 as default hadooop3 
dependency (#7302)
51d0318c966 is described below

commit 51d0318c9668c5835dab55db1a85e709f9347be7
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]>
    (cherry picked from commit 0fe3f8a75e48e25e0e0d63e8c66159156e2dce1f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ee34fda6a7e..7002795ee67 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.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. -->

Reply via email to