NIFI-9732 Upgraded Zip4j from 2.8.0 to 2.9.1

This closes #5811

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
exceptionfactory 2022-02-26 09:00:27 -06:00 committed by Mike Thomsen
parent ae1731c79e
commit 1eede30974
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 1 additions and 1 deletions

View File

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