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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4f1bdd0cd DRILL-8460: Upgrade ZooKeeper 3.5.7 → 3.5.10 and Curator 
5.2.0 → 5.5.0 (#2865)
d4f1bdd0cd is described below

commit d4f1bdd0cda7fa7233e05c2f3c34d9ec240a9cae
Author: James Turton <[email protected]>
AuthorDate: Wed Jan 3 16:02:48 2024 +0200

    DRILL-8460: Upgrade ZooKeeper 3.5.7 → 3.5.10 and Curator 5.2.0 → 5.5.0 
(#2865)
    
    * Upgrade ZooKeeper 3.5.7 → 3.5.10 and Curator 5.2.0 → 5.5.0
    * Bump jdbc-all-jar.maxsize to 54.3Mb.
---
 exec/jdbc-all/pom.xml | 2 +-
 pom.xml               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index c181bd1d9d..fa01bc82b9 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -882,7 +882,7 @@
     <profile>
       <id>hadoop-2</id>
       <properties>
-        <jdbc-all-jar.maxsize>54100000</jdbc-all-jar.maxsize>
+        <jdbc-all-jar.maxsize>54300000</jdbc-all-jar.maxsize>
       </properties>
     </profile>
   </profiles>
diff --git a/pom.xml b/pom.xml
index ed1b0a5c1e..371579f6e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,14 +58,14 @@
     <janino.version>3.1.11</janino.version>
     <sqlline.version>1.12.0</sqlline.version>
     <jackson.version>2.14.3</jackson.version>
-    <zookeeper.version>3.5.7</zookeeper.version>
+    <zookeeper.version>3.5.10</zookeeper.version>
     <kerby.version>1.0.0</kerby.version>
     <findbugs.version>3.0.5</findbugs.version>
     <netty.tcnative.classifier />
     <commons.io.version>2.15.0</commons.io.version>
     <commons.collections.version>4.4</commons.collections.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <curator.version>5.2.0</curator.version>
+    <curator.version>5.5.0</curator.version>
     <wiremock.standalone.version>2.23.2</wiremock.standalone.version>
     <jmockit.version>1.47</jmockit.version>
     <logback.version>1.3.14</logback.version>

Reply via email to