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

lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit f072ae1045a7b9531989cd8fcffa86dc5983b6c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 10:34:58 2026 +0800

    [fix][sec] Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 (#25303)
    
    (cherry picked from commit 5081c02e7f58288ff6842cc66032acb0a6d7577b)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 6 +++---
 pom.xml                                          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index a903ce0a862..82227a2eb7f 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -501,9 +501,9 @@ The Apache Software License, Version 2.0
     - io.vertx-vertx-web-4.5.24.jar
     - io.vertx-vertx-web-common-4.5.24.jar
   * Apache ZooKeeper
-    - org.apache.zookeeper-zookeeper-3.9.4.jar
-    - org.apache.zookeeper-zookeeper-jute-3.9.4.jar
-    - org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.4.jar
+    - org.apache.zookeeper-zookeeper-3.9.5.jar
+    - org.apache.zookeeper-zookeeper-jute-3.9.5.jar
+    - org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.5.jar
   * Snappy Java
     - org.xerial.snappy-snappy-java-1.1.10.8.jar
   * Google HTTP Client
diff --git a/pom.xml b/pom.xml
index 7df08b5a352..4456f7a2acb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <commons-compress.version>1.28.0</commons-compress.version>
 
     <bookkeeper.version>4.17.3</bookkeeper.version>
-    <zookeeper.version>3.9.4</zookeeper.version>
+    <zookeeper.version>3.9.5</zookeeper.version>
     <commons-cli.version>1.11.0</commons-cli.version>
     <commons-text.version>1.14.0</commons-text.version>
     <snappy.version>1.1.10.8</snappy.version> <!-- ZooKeeper server -->

Reply via email to