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/01/23 07:36:18 UTC

(phoenix) branch 5.1 updated: PHOENIX-7182 Update Curator to 4.2 on the 5.1 branch

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 190f42cbd2 PHOENIX-7182 Update Curator to 4.2 on the 5.1 branch
190f42cbd2 is described below

commit 190f42cbd2465a9243e10fa88e81205eec9ec11d
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Jan 17 09:59:28 2024 +0100

    PHOENIX-7182 Update Curator to 4.2 on the 5.1 branch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fa9e2028d..702a45eb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <icu4j.version>72.1</icu4j.version>
     <guice.version>5.1.0</guice.version>
     <zookeeper.version>3.4.14</zookeeper.version>
-    <curator.version>4.0.0</curator.version>
+    <curator.version>4.2.0</curator.version>
     <jcodings.version>1.0.55</jcodings.version>
     <thrift.version>0.9.3-1</thrift.version>
     <jetty.version>9.4.53.v20231009</jetty.version>