This is an automated email from the ASF dual-hosted git repository.
chriss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new fbc516b21f NIFI-12009 Upgraded ZooKeeper from 3.8.2 to 3.9.0
fbc516b21f is described below
commit fbc516b21f762d09d84c82ff94f7a12db53c8ca5
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 4f15a0deec..ff4ce8e608 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,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>3.1.6</caffeine.version>
</properties>
<pluginRepositories>