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 a91928e0e3 NIFI-10489 Upgraded zip4j from 2.10.0 to 2.11.2
a91928e0e3 is described below

commit a91928e0e33812736c90b73f113c7403f078586f
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Sep 12 15:58:03 2022 -0500

    NIFI-10489 Upgraded zip4j from 2.10.0 to 2.11.2
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6409.
---
 nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 9956a75881..1b3122cb65 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -353,7 +353,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.10.0</version>
+            <version>2.11.2</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>

Reply via email to