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:39:46 UTC

(phoenix) branch master 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 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 e3c325b039 PHOENIX-7285 Upgade Zookeeper to 3.8.4
e3c325b039 is described below

commit e3c325b03991a9ca1f411a3fb53ce268f62a330e
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 59106dee3b..c9ff496926 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,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>