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 3f9c2bd97c NIFI-11674 Upgraded Apache Iceberg from 1.2.1 to 1.3.0
3f9c2bd97c is described below
commit 3f9c2bd97cad6c0876474dfc61437b19b898e049
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 87b282d846..13d3e8664f 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>