NIFI-8361 Upgraded Zip4j to 2.8.0

- Upgrade resolves issue unpacking Zip files with temporary spanning markers

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5103.
This commit is contained in:
exceptionfactory 2021-05-26 09:33:09 -05:00 committed by Pierre Villard
parent 1e1c446243
commit 1e6161c0aa
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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>