NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0

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

This closes #5975.
This commit is contained in:
exceptionfactory 2022-04-18 19:03:17 -05:00 committed by Pierre Villard
parent 57a4dce28b
commit ecf0a93124
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

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