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

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


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

commit a1e9073c1ebc934a65ac20b3b07221aa1630ed2f
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 b1e72db424..d66d80f036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,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