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 1c371759 Bump org.apache.zookeeper:zookeeper from 3.9.2 to 3.9.3
(#1135)
1c371759 is described below
commit 1c371759171daa22bca9dc1e95817180ab796f40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 28 18:07:17 2025 -0400
Bump org.apache.zookeeper:zookeeper from 3.9.2 to 3.9.3 (#1135)
Bumps org.apache.zookeeper:zookeeper from 3.9.2 to 3.9.3.
---
updated-dependencies:
- dependency-name: org.apache.zookeeper:zookeeper
dependency-version: 3.9.3
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 4bb300cb..0216e10e 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.2</zookeeper.version>
+ <zookeeper.version>3.9.3</zookeeper.version>
</properties>
<dependencyManagement>
<dependencies>