This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit e3c550e73c082a24679c1a24c806d78aec35f677 Author: exceptionfactory <[email protected]> AuthorDate: Mon Apr 3 11:19:08 2023 -0500 NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0 Signed-off-by: Joe Witt <[email protected]> --- 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 11c0d8a1c8..630ae15502 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.1.0</iceberg.version> + <iceberg.version>1.2.0</iceberg.version> <hive.version>3.1.3</hive.version> </properties>
