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 1e5c491433c92895317de486f2236763d95e4810
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Oct 6 09:59:48 2023 -0400

    NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0
    
    This closes #7848
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index ae89956f52..feb62c3e26 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <iceberg.version>1.3.1</iceberg.version>
+        <iceberg.version>1.4.0</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 

Reply via email to