This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 03d5f81b31677282789a5fd55c783c7bea61f544
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 4879d43f60d..e8bcb233b70 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 c314156fc4c..7c763aa0874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,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 -->