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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 64db927ca1 NIFI-12965 Upgraded Guava from 32.1.2 to 33.1.0
64db927ca1 is described below

commit 64db927ca198dac335a3367686fb73bff5e00064
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Mar 27 19:11:59 2024 -0500

    NIFI-12965 Upgraded Guava from 32.1.2 to 33.1.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8577.
---
 minifi/pom.xml                                                          | 2 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml                       | 2 +-
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml                           | 2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml                              | 2 +-
 nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml          | 2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                          | 2 +-
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml                                | 2 +-
 nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml      | 2 +-
 nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml                   | 2 +-
 nifi-nar-bundles/nifi-hive-bundle/pom.xml                               | 2 +-
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml                            | 2 +-
 nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml                      | 2 +-
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml                      | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                           | 2 +-
 .../nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml   | 2 +-
 nifi-registry/nifi-registry-core/pom.xml                                | 2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                                   | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 49951d7cd2..382fb3af03 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -458,7 +458,7 @@ limitations under the License.
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
 
             <!-- Override Commons Compiler 3.1.9 from calcite-core -->
diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml 
b/nifi-commons/nifi-property-protection-gcp/pom.xml
index cde1db53d7..77b04f8c41 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-property-protection-gcp</artifactId>
     <properties>
         <gcp.sdk.version>26.25.0</gcp.sdk.version>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 5fde3178d7..cfdcf1fa90 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -20,7 +20,7 @@
 
     <properties>
         <accumulo.version>2.1.2</accumulo.version>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
     </properties>
 
     <artifactId>nifi-accumulo-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index ddaae43bb5..5103b7829d 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -54,7 +54,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
             <!-- Override Apache Qpid Proton J for Azure EventHubs to resolve 
PROTON-2347 -->
             <dependency>
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml 
b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index a133cfcbe2..c5a2d32ab2 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>32.1.2-jre</version>
+            <version>33.1.0-jre</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 01a5e8d01e..548eed74a4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -24,7 +24,7 @@
     <description>NiFi: Framework Bundle</description>
     <properties>
         <curator.version>5.6.0</curator.version>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
         <tika.version>2.9.1</tika.version>
         <org.opensaml.version>4.3.0</org.opensaml.version>
     </properties>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
index 64568d562d..1a8e4908a9 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 46342bb02a..1c280f6ea1 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <gremlin.version>3.7.1</gremlin.version>
         <janusgraph.version>0.6.3</janusgraph.version>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
         <amqp-client.version>5.20.0</amqp-client.version>
     </properties>
     <dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
index cae3a617b6..b73669cac5 100644
--- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index f2a955b71a..a5d184705c 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -114,7 +114,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.hive</groupId>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index fdcbc880f0..7d35631286 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -158,7 +158,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
             <!-- Override Groovy from hive-exec -->
             <dependency>
diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml 
b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
index 24cff46159..6460b80cc7 100644
--- a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -44,7 +44,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml 
b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
index f405f42bc6..79cfc9ea79 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>nifi-sql-reporting-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
     </properties>
     <modules>
         <module>nifi-sql-reporting-tasks</module>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 5ed208f60f..c43158d31b 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -232,7 +232,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
             <dependency>
                 <groupId>com.networknt</groupId>
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index aa1dcaf2ae..dfea80ff03 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -78,7 +78,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-registry/nifi-registry-core/pom.xml 
b/nifi-registry/nifi-registry-core/pom.xml
index bdd8853544..3186bd31c8 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -114,7 +114,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>32.1.2-jre</version>
+                <version>33.1.0-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index b53b7feac2..b7cc006dca 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
     <description>Tooling to make tls configuration easier</description>
 
     <properties>
-        <guava.version>32.1.2-jre</guava.version>
+        <guava.version>33.1.0-jre</guava.version>
         <jline.version>3.25.1</jline.version>
     </properties>
 

Reply via email to