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

stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.2 by this push:
     new 77d30d4ce9 PHOENIX-7696 Update Hadoop 3.4 version to 3.4.2 (#2282)
77d30d4ce9 is described below

commit 77d30d4ce990295470830ea6bf591fed60121dff
Author: Istvan Toth <[email protected]>
AuthorDate: Sun Sep 7 08:25:10 2025 +0200

    PHOENIX-7696 Update Hadoop 3.4 version to 3.4.2 (#2282)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 435ad0b6c3..23fe84b6d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <!-- Hadoop and Hbase-thirdparty version -->
     <!-- These are expected to be overridden to conform to cluster versions
     along with hbase.version (defined in profiles) -->
-    <hadoop.version>3.4.1</hadoop.version>
+    <hadoop.version>3.4.2</hadoop.version>
 
     <phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
     <hbase.suffix>hbase-${hbase.profile}</hbase.suffix>

Reply via email to