This is an automated email from the ASF dual-hosted git repository.
pvillard 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 9d618cc8d0 NIFI-13410 Upgraded Apache Curator from 5.6.0 to 5.7.0
9d618cc8d0 is described below
commit 9d618cc8d0651a4e86495766421e71d57f87a02f
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jun 17 11:07:39 2024 -0500
NIFI-13410 Upgraded Apache Curator from 5.6.0 to 5.7.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #8972.
---
nifi-framework-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index b6b6de056c..4ba3e44e8d 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -24,7 +24,7 @@
<packaging>pom</packaging>
<description>NiFi: Framework Bundle</description>
<properties>
- <curator.version>5.6.0</curator.version>
+ <curator.version>5.7.0</curator.version>
<guava.version>33.2.0-jre</guava.version>
<tika.version>2.9.2</tika.version>
<org.opensaml.version>4.3.2</org.opensaml.version>