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

pvillard 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 415680956c NIFI-11890 Upgraded Guava from 31.1 to 32.0.1 for Toolkit 
Modules
415680956c is described below

commit 415680956c6a3c9f144824d82a42c3a6e063ab21
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Aug 2 10:19:36 2023 -0500

    NIFI-11890 Upgraded Guava from 31.1 to 32.0.1 for Toolkit Modules
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7559.
---
 .../nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml      | 2 +-
 nifi-toolkit/nifi-toolkit-admin/pom.xml                                 | 2 +-
 nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
index bcbcd158dd..b4a8036c3c 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
@@ -38,7 +38,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>31.1-jre</version>
+                <version>32.0.1-jre</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-toolkit/nifi-toolkit-admin/pom.xml 
b/nifi-toolkit/nifi-toolkit-admin/pom.xml
index a1bbcdde2b..e92cf8851a 100644
--- a/nifi-toolkit/nifi-toolkit-admin/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-admin/pom.xml
@@ -44,7 +44,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>31.1-jre</version>
+            <version>32.0.1-jre</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml 
b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index fcae7b3cbc..cde0ff8e9a 100644
--- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>31.1-jre</version>
+            <version>32.0.1-jre</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to