This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f081bcb3118b3c54f0d068c0397641122a4461be Author: mr1716 <[email protected]> AuthorDate: Mon Jul 31 10:13:51 2023 -0400 NIFI-11887 Upgraded Iceberg from 1.3.0 to 1.3.1 This closes #7551 Signed-off-by: David Handermann <[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 5ef0893841..b24108a9ca 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.0</iceberg.version> + <iceberg.version>1.3.1</iceberg.version> <hive.version>3.1.3</hive.version> </properties>
