NIFI-10489 Upgraded zip4j from 2.10.0 to 2.11.2

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

This closes #6409.
This commit is contained in:
exceptionfactory 2022-09-12 15:58:03 -05:00 committed by Pierre Villard
parent d351f92104
commit a91928e0e3
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>2.10.0</version>
<version>2.11.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>