NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-04-03 11:19:08 -05:00 committed by Joe Witt
parent 794f77c736
commit dffad44a03
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -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>