This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 14c1470755d3171b4d0499443419c7d5b57dbde1 Author: exceptionfactory <[email protected]> AuthorDate: Mon Apr 18 19:03:17 2022 -0500 NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0 Signed-off-by: Pierre Villard <[email protected]> This closes #5975. --- nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index 0bd7208d4d..dd1a7f2f1e 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -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>
