This is an automated email from the ASF dual-hosted git repository.
chriss pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 49bc62c928 NIFI-12009 Upgraded ZooKeeper from 3.8.2 to 3.9.0
49bc62c928 is described below
commit 49bc62c92894a92b3805cf6411cee1c7bb245c8b
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Aug 29 10:22:07 2023 -0500
NIFI-12009 Upgraded ZooKeeper from 3.8.2 to 3.9.0
This closes #7659
Signed-off-by: Chris Sampson <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a490ce413d..3d0ad69b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<spring.security.version>5.8.6</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>
<h2.version>2.2.220</h2.version>
- <zookeeper.version>3.8.2</zookeeper.version>
+ <zookeeper.version>3.9.0</zookeeper.version>
<caffeine.version>2.9.3</caffeine.version>
</properties>
<dependencyManagement>