This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo.git
The following commit(s) were added to refs/heads/main by this push:
new 206bf8d8 Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5
(#1138)
206bf8d8 is described below
commit 206bf8d839ffaf69bcf9a759d8f8b835b6bd70fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 17:35:00 2026 -0400
Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 (#1138)
Bumps org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5.
---
updated-dependencies:
- dependency-name: org.apache.zookeeper:zookeeper
dependency-version: 3.9.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a3a7dcc4..bcf06c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<releaseProfiles>fluo-release</releaseProfiles>
<slf4j.version>2.0.3</slf4j.version>
<thrift.version>0.17.0</thrift.version>
- <zookeeper.version>3.9.4</zookeeper.version>
+ <zookeeper.version>3.9.5</zookeeper.version>
</properties>
<dependencyManagement>
<dependencies>