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

pvillard 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 c4a2738606 NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0
c4a2738606 is described below

commit c4a27386069de8c6174f63c6f61532c092725f97
Author: Mark Bathori <mbath...@apache.org>
AuthorDate: Sun Mar 24 20:31:13 2024 +0100

    NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8552.
---
 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 13c9096f17..44c3e85dba 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.4.3</iceberg.version>
+        <iceberg.version>1.5.0</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 

Reply via email to