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

exceptionfactory 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 1647682709 NIFI-12215 Upgraded ZooKeeper from 3.9.0 to 3.9.1
1647682709 is described below

commit 1647682709eae4fbe2f3728916c6abee5f8aeaea
Author: Joseph Witt <joew...@apache.org>
AuthorDate: Wed Oct 11 19:28:16 2023 -0500

    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>
    
    (cherry picked from commit 2bcdcab5dd6dfb03924db8b4450c3b755315dbb9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88d364fa13..a55265fcc2 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>2.9.3</caffeine.version>
     </properties>
     <dependencyManagement>

Reply via email to