You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2024/03/24 20:36:55 UTC

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

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

vjasani 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 918d2c0e88 PHOENIX-7285 Upgade Zookeeper to 3.8.4
918d2c0e88 is described below

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

    PHOENIX-7285 Upgade Zookeeper to 3.8.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9bb81f6452..5dd6a418b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <stream.version>2.9.5</stream.version>
     <icu4j.version>72.1</icu4j.version>
     <guice.version>5.1.0</guice.version>
-    <zookeeper.version>3.8.3</zookeeper.version>
+    <zookeeper.version>3.8.4</zookeeper.version>
     <curator.version>4.2.0</curator.version>
     <jcodings.version>1.0.55</jcodings.version>
     <jetty.version>9.4.53.v20231009</jetty.version>