You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2024/03/21 05:48:58 UTC

(phoenix) branch 5.1 updated: PHOENIX-7285 Upgade Zookeeper to 3.8.4

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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new 518a40cf65 PHOENIX-7285 Upgade Zookeeper to 3.8.4
518a40cf65 is described below

commit 518a40cf65e261539c95d3c18f28e78343d34c0b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Mar 20 08:38:49 2024 +0100

    PHOENIX-7285 Upgade Zookeeper to 3.8.4
    
    only in HBase 2.4.x and 2.5.x profiles
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49413dc863..5093b41e4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1666,7 +1666,7 @@
         <hbase.compat.version>2.5.4</hbase.compat.version>
         <hadoop.version>3.2.4</hadoop.version>
         <hbase.version>${hbase-2.5.runtime.version}</hbase.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>
@@ -1739,7 +1739,7 @@
         <hbase.compat.version>2.4.0</hbase.compat.version>
         <hadoop.version>3.1.4</hadoop.version>
         <hbase.version>${hbase-2.4.0.runtime.version}</hbase.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>
@@ -1757,7 +1757,7 @@
         <hbase.compat.version>2.4.1</hbase.compat.version>
         <hadoop.version>3.1.4</hadoop.version>
         <hbase.version>${hbase-2.4.runtime.version}</hbase.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>
@@ -1775,7 +1775,7 @@
         <hbase.compat.version>2.5.0</hbase.compat.version>
         <hadoop.version>3.2.4</hadoop.version>
         <hbase.version>${hbase-2.5.runtime.version}</hbase.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>
@@ -1793,7 +1793,7 @@
         <hbase.compat.version>2.5.4</hbase.compat.version>
         <hadoop.version>3.2.4</hadoop.version>
         <hbase.version>${hbase-2.5.runtime.version}</hbase.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>