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 9374039312 NIFI-11674 Upgraded Apache Iceberg from 1.2.1 to 1.3.0
9374039312 is described below
commit 9374039312e03c305f356e3f88bc64e58e3b1fa2
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jun 9 16:01:31 2023 -0500
NIFI-11674 Upgraded Apache Iceberg from 1.2.1 to 1.3.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #7364.
---
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 6d439e5a46..dd2f8191b2 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.2.1</iceberg.version>
+ <iceberg.version>1.3.0</iceberg.version>
<hive.version>3.1.3</hive.version>
</properties>