This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push:
new 53aacfceb build: Update ZooKeeper to 3.9.4 to resolve vulnerability
(#1281)
53aacfceb is described below
commit 53aacfceb2a7b4d05ef51d3ca74b00fabd212186
Author: abhisranjan <[email protected]>
AuthorDate: Tue Mar 17 04:40:06 2026 +0530
build: Update ZooKeeper to 3.9.4 to resolve vulnerability (#1281)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0353ad06d..dcb66808e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<!-- versions -->
- <zookeeper-version>3.9.3</zookeeper-version>
+ <zookeeper-version>3.9.4</zookeeper-version>
<maven-bundle-plugin-version>5.1.4</maven-bundle-plugin-version>
<maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
<maven-dependency-plugin-version>3.2.0</maven-dependency-plugin-version>