You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/04/19 07:36:38 UTC

[nifi] branch main updated: NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0

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 ecf0a93124 NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0
ecf0a93124 is described below

commit ecf0a931242bf3690bc6abdd8b83115ecebf345f
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Apr 18 19:03:17 2022 -0500

    NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5975.
---
 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 01aeb4bcb2..44c1bef625 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
@@ -336,7 +336,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.9.1</version>
+            <version>2.10.0</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>