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 56be04cc73ef3dbdfaeaf7a498c7f7eecbeec9af
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Tue Jan 9 12:53:19 2024 -0500

    NIFI-12592 Upgraded Apache Curator from 5.5.0 to 5.6.0
    
    This closes #8226
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                  | 2 +-
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index ea550d9caf..145eb94faf 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
     <description>NiFi: Framework Bundle</description>
     <properties>
-        <curator.version>5.5.0</curator.version>
+        <curator.version>5.6.0</curator.version>
         <guava.version>32.1.2-jre</guava.version>
         <tika.version>2.9.1</tika.version>
         <org.opensaml.version>4.3.0</org.opensaml.version>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index b2e8593936..a14e84deaa 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <curator.version>5.5.0</curator.version>
+        <curator.version>5.6.0</curator.version>
     </properties>
 
     <dependencies>

Reply via email to