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

joewitt 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 7584a5c6f5 NIFI-13113: upgrade Iceberg from 1.5.0 to 1.5.2 This closes 
#8796
7584a5c6f5 is described below

commit 7584a5c6f560eecb0c758c5d222a4824c0eea0dc
Author: sullis <git...@seansullivan.com>
AuthorDate: Thu May 9 14:30:23 2024 -0700

    NIFI-13113: upgrade Iceberg from 1.5.0 to 1.5.2
    This closes #8796
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-extension-bundles/nifi-iceberg-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
index 70702928d4..bf7f431a36 100644
--- a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <iceberg.version>1.5.0</iceberg.version>
+        <iceberg.version>1.5.2</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 

Reply via email to