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 027cd7df7695d182d213250d902ea95a69f013a9 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]> (cherry picked from commit f081bcb3118b3c54f0d068c0397641122a4461be) --- 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 c3d45652e9..dd0b06b7e7 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>
