You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/02/27 11:10:00 UTC

[nifi] branch main updated: NIFI-9732 Upgraded Zip4j from 2.8.0 to 2.9.1

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

mthomsen 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 1eede30  NIFI-9732 Upgraded Zip4j from 2.8.0 to 2.9.1
1eede30 is described below

commit 1eede30974734b7d556135d0b5f52910277ffd38
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Sat Feb 26 09:00:27 2022 -0600

    NIFI-9732 Upgraded Zip4j from 2.8.0 to 2.9.1
    
    This closes #5811
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 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 ec3fd81..9c52b51 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
@@ -326,7 +326,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.1</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>