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


The following commit(s) were added to refs/heads/main by this push:
     new 2bcdcab5dd NIFI-12215 Upgraded ZooKeeper from 3.9.0 to 3.9.1
2bcdcab5dd is described below

commit 2bcdcab5dd6dfb03924db8b4450c3b755315dbb9
Author: Joseph Witt <joew...@apache.org>
AuthorDate: Wed Oct 11 17:28:16 2023 -0700

    NIFI-12215 Upgraded ZooKeeper from 3.9.0 to 3.9.1
    
    - Resolves CVE-2023-44981
    
    This closes #7872
    
    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 ca72f96693..91943c70f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <spring.security.version>5.8.7</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
-        <zookeeper.version>3.9.0</zookeeper.version>
+        <zookeeper.version>3.9.1</zookeeper.version>
         <caffeine.version>3.1.8</caffeine.version>
     </properties>
     <pluginRepositories>

Reply via email to