This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new e9b1da84f Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5
(#8422)
e9b1da84f is described below
commit e9b1da84f5688749175c69f45107ba4c1409127b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 15 15:54:49 2026 +0000
Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 (#8422)
* Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5
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]>
* Fixing licenses
* Fixing licenses
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rui Abreu <[email protected]>
---
DEPENDENCY-LICENSES | 4 ++--
LICENSE-binary | 4 ++--
pom.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index d0716d19c..a1fa1c0c8 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -72,8 +72,8 @@ List of third-party dependencies grouped by their license
type.
* Apache XBean :: Spring (org.apache.xbean:xbean-spring:4.30 -
http://geronimo.apache.org/maven/xbean/4.30/xbean-spring)
* Apache Yetus - Audience Annotations
(org.apache.yetus:audience-annotations:0.12.0 -
https://yetus.apache.org/audience-annotations)
* Apache Yetus - Audience Annotations
(org.apache.yetus:audience-annotations:0.13.0 -
https://yetus.apache.org/audience-annotations)
- * Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.9.4 -
http://zookeeper.apache.org/zookeeper-jute)
- * Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.9.4 -
http://zookeeper.apache.org/zookeeper)
+ * Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.9.5 -
http://zookeeper.apache.org/zookeeper-jute)
+ * Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.9.5 -
http://zookeeper.apache.org/zookeeper)
* ASM based accessors helper used by json-smart
(net.minidev:accessors-smart:2.6.0 - https://urielch.github.io/)
* Auto Common Libraries (com.google.auto:auto-common:1.2.1 -
https://github.com/google/auto/tree/master/common)
* AutoService (com.google.auto.service:auto-service-annotations:1.1.1
- https://github.com/google/auto/tree/main/service)
diff --git a/LICENSE-binary b/LICENSE-binary
index f63ad2832..e0bc43489 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -702,8 +702,8 @@ The license texts of these dependencies can be found in the
licenses directory.
* Apache Thrift (org.apache.thrift:libthrift:0.22.0 -
https://thrift.apache.org/)
* Apache Yetus - Audience Annotations
(org.apache.yetus:audience-annotations:0.12.0 -
https://yetus.apache.org/audience-annotations)
* Apache Yetus - Audience Annotations
(org.apache.yetus:audience-annotations:0.13.0 -
https://yetus.apache.org/audience-annotations)
- * Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.9.4 -
http://zookeeper.apache.org/zookeeper-jute)
- * Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.9.4 -
http://zookeeper.apache.org/zookeeper)
+ * Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.9.5 -
http://zookeeper.apache.org/zookeeper-jute)
+ * Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.9.5 -
http://zookeeper.apache.org/zookeeper)
* ASM based accessors helper used by json-smart
(net.minidev:accessors-smart:2.6.0 - https://urielch.github.io/)
* Caffeine cache (com.github.ben-manes.caffeine:caffeine:3.2.3 -
https://github.com/ben-manes/caffeine)
* chill-java (com.twitter:chill-java:0.9.5 -
https://github.com/twitter/chill)
diff --git a/pom.xml b/pom.xml
index e17615bba..0894baf5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<slf4j.version>2.0.17</slf4j.version>
<metrics.version>4.2.38</metrics.version>
<mockito.version>5.14.2</mockito.version>
- <zookeeper.version>3.9.4</zookeeper.version>
+ <zookeeper.version>3.9.5</zookeeper.version>
<snappy.version>1.1.10.8</snappy.version>
<jline.version>2.14.6</jline.version>
<hikari.version>7.0.2</hikari.version>