Skip to content

Commit

Permalink
DRILL-8460: Upgrade ZooKeeper 3.5.7 → 3.5.10 and Curator 5.2.0 → 5.5.0 (
Browse files Browse the repository at this point in the history
apache#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.
  • Loading branch information
jnturton authored Jan 3, 2024
1 parent b25665e commit d4f1bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d4f1bdd

Please sign in to comment.