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 2021/03/12 08:21:24 UTC

[nifi] branch main updated: NIFI-8313 Upgraded net.lingala.zip4j:zip4j to 2.7.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 09692c5  NIFI-8313 Upgraded net.lingala.zip4j:zip4j to 2.7.0
09692c5 is described below

commit 09692c5f695e20ddc374182b7b2f4a42fbf4c040
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Mar 11 08:13:41 2021 -0600

    NIFI-8313 Upgraded net.lingala.zip4j:zip4j to 2.7.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4889.
---
 nifi-assembly/NOTICE                                                   | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-assembly/NOTICE b/nifi-assembly/NOTICE
index e026a2b..0123328 100644
--- a/nifi-assembly/NOTICE
+++ b/nifi-assembly/NOTICE
@@ -1952,7 +1952,7 @@ The following binary components are provided under the Apache Software License v
 
   (ASLv2) Zip4j
     The following NOTICE information applies:
-      Zip4j 2.6.3.
+      Zip4j 2.7.0.
       Copyright 2020 Srikanth Reddy Lingala
 
   (ASLv2) QuestDB (org.questdb:core:core-4.2.1.jar - https://github.com/questdb/questdb)
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 d12b675..d3d9290 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
@@ -295,7 +295,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.6.3</version>
+            <version>2.7.0</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>