This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 c2dd939e3c NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
c2dd939e3c is described below
commit c2dd939e3ce4cafed37a8c452659f67ad7aaae87
Author: sullis <[email protected]>
AuthorDate: Tue Jul 23 09:40:03 2024 -0700
NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
Signed-off-by: Matt Burgess <[email protected]>
This closes #9105
---
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 17103ce8ad..cfe0f85d15 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.2</iceberg.version>
+ <iceberg.version>1.6.0</iceberg.version>
<hive.version>3.1.3</hive.version>
</properties>