Skip to content

Commit

Permalink
NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Burgess <[email protected]>
  • Loading branch information
sullis authored and mattyb149 committed Aug 19, 2024
1 parent a044af8 commit 336055e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<packaging>pom</packaging>

<properties>
<iceberg.version>1.5.0</iceberg.version>
<iceberg.version>1.6.0</iceberg.version>
<hive.version>3.1.3</hive.version>
</properties>

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.13</version>
<version>1.10.14</version>
</dependency>
<!-- Override Jettison 1.5.3 from Hive -->
<dependency>
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.3</version>
<version>9.40</version>
</dependency>
<!-- Override Hadoop 3.1.0 -->
<dependency>
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>33.2.1-jre</version>
</dependency>
<!-- Override Groovy from hive-exec -->
<dependency>
Expand Down

0 comments on commit 336055e

Please sign in to comment.