This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new cc75fa4e85d HBASE-29985 Bump org.apache.zookeeper:zookeeper from 3.8.4
to 3.8.6 (#7890)
cc75fa4e85d is described below
commit cc75fa4e85d08493d6e8c27187f1eb9fcfddc052
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 19:01:19 2026 +0800
HBASE-29985 Bump org.apache.zookeeper:zookeeper from 3.8.4 to 3.8.6 (#7890)
Bumps org.apache.zookeeper:zookeeper from 3.8.4 to 3.8.6.
---
updated-dependencies:
- dependency-name: org.apache.zookeeper:zookeeper
dependency-version: 3.8.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 49aa4105da8ba7b98be739a899b78d4c3616725f)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de23d3485a4..2751d954ff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,7 +616,7 @@
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
<thrift.path>thrift</thrift.path>
<thrift.version>0.14.1</thrift.version>
- <zookeeper.version>3.8.4</zookeeper.version>
+ <zookeeper.version>3.8.6</zookeeper.version>
<jline.version>2.11</jline.version>
<slf4j.version>1.7.33</slf4j.version>
<clover.version>4.0.3</clover.version>