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

[nifi] 05/09: NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0

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

joewitt pushed a commit to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 14c1470755d3171b4d0499443419c7d5b57dbde1
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 0bd7208d4d..dd1a7f2f1e 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>