This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 0ebdcf9da8770c98a3ce3d56d739b5b707de0bbe Author: mr1716 <[email protected]> AuthorDate: Fri Oct 6 09:59:48 2023 -0400 NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0 This closes #7848 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 1e5c491433c92895317de486f2236763d95e4810) --- 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 2b86086a78..1b3b68c83b 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.3.1</iceberg.version> + <iceberg.version>1.4.0</iceberg.version> <hive.version>3.1.3</hive.version> </properties>
