This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 336055e3bf NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
336055e3bf is described below

commit 336055e3bfd414f1e01fa2e6b49c760e051f8342
Author: sullis <[email protected]>
AuthorDate: Tue Jul 23 09:40:03 2024 -0700

    NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
    
    Signed-off-by: Matt Burgess <[email protected]>
---
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 6ab9978eaa..6dae0d5ffe 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.5.0</iceberg.version>
+        <iceberg.version>1.6.0</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 
@@ -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>
@@ -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>
@@ -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>

Reply via email to