This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch DRILL-8460-zk in repository https://gitbox.apache.org/repos/asf/drill.git
commit e01caf17439d5886e3f920e249f13646a271084d Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Mon Oct 30 21:59:12 2023 +0000 DRILL-8460: upgrade zookeeper jar to 3.7.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a87d52c3d7..cf15719b47 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ <janino.version>3.1.8</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.7.2</zookeeper.version> <kerby.version>1.0.0</kerby.version> <findbugs.version>3.0.5</findbugs.version> <netty.tcnative.classifier />