NIFI-11120 This closes #6912. Upgraded Zip4j from 2.11.2 to 2.11.3

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-01-31 11:45:41 -06:00 committed by Joe Witt
parent bdede27447
commit 5daf01e760
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

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