mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 07:59:15 +00:00
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:
parent
1e1c446243
commit
1e6161c0aa
@ -1952,8 +1952,8 @@ The following binary components are provided under the Apache Software License v
|
|||||||
|
|
||||||
(ASLv2) Zip4j
|
(ASLv2) Zip4j
|
||||||
The following NOTICE information applies:
|
The following NOTICE information applies:
|
||||||
Zip4j 2.7.0.
|
Zip4j 2
|
||||||
Copyright 2020 Srikanth Reddy Lingala
|
Copyright 2021 Srikanth Reddy Lingala
|
||||||
|
|
||||||
(ASLv2) QuestDB (org.questdb:core:core-4.2.1.jar - https://github.com/questdb/questdb)
|
(ASLv2) QuestDB (org.questdb:core:core-4.2.1.jar - https://github.com/questdb/questdb)
|
||||||
The following NOTICE information applies:
|
The following NOTICE information applies:
|
||||||
|
@ -296,7 +296,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.lingala.zip4j</groupId>
|
<groupId>net.lingala.zip4j</groupId>
|
||||||
<artifactId>zip4j</artifactId>
|
<artifactId>zip4j</artifactId>
|
||||||
<version>2.7.0</version>
|
<version>2.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user