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/05/26 18:21:24 UTC

[nifi] branch main updated: NIFI-8361 Upgraded Zip4j to 2.8.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 1e6161c  NIFI-8361 Upgraded Zip4j to 2.8.0
1e6161c is described below

commit 1e6161c0aaddb1a11aae27dec2ea9761ca3a10ac
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed May 26 09:33:09 2021 -0500

    NIFI-8361 Upgraded Zip4j to 2.8.0
    
    - Upgrade resolves issue unpacking Zip files with temporary spanning markers
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5103.
---
 nifi-assembly/NOTICE                                                  | 4 ++--
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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