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
commit e520bbcb699a9bc7b99a2bb02f886b8953236c50 Author: mr1716 <[email protected]> AuthorDate: Mon Jan 8 09:47:20 2024 -0600 NIFI-12592 Upgraded Apache Curator from 5.5.0 to 5.6.0 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 56be04cc73ef3dbdfaeaf7a498c7f7eecbeec9af) --- nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +- nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 48a0b2ddcf..024234143b 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 deff98f391..7feacafdbb 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> diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml index 33b4895df1..00721a8181 100644 --- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml +++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml @@ -24,7 +24,7 @@ <version>1.25.0-SNAPSHOT</version> </parent> <properties> - <curator.version>5.5.0</curator.version> + <curator.version>5.6.0</curator.version> </properties> <dependencies> <dependency>
