This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 33a28dfa48e10025d02a79e7ddbd69d865cb717a
Author: Joseph Witt <joew...@apache.org>
AuthorDate: Thu Mar 14 15:19:11 2024 -0700

    NIFI-12906 Upgraded ZooKeeper from 3.9.1 to 3.9.2
    
    This closes #8506
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 774b435007..e3f1b4df8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <spring.security.version>6.2.2</spring.security.version>
         <swagger.annotations.version>2.2.20</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
-        <zookeeper.version>3.9.1</zookeeper.version>
+        <zookeeper.version>3.9.2</zookeeper.version>
         <caffeine.version>3.1.8</caffeine.version>
         <hapi.version>2.5.1</hapi.version>
     </properties>

Reply via email to