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 8c0829d711 NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0
8c0829d711 is described below
commit 8c0829d711da9d38ef87302c4d2f12ced9e7167f
Author: Mark Bathori <[email protected]>
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 <[email protected]>
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 313daffe3c..f6c96fb45b 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>