You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/01/31 18:49:34 UTC

[nifi] branch main updated: NIFI-11120 This closes #6912. Upgraded Zip4j from 2.11.2 to 2.11.3

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5daf01e760 NIFI-11120 This closes #6912. Upgraded Zip4j from 2.11.2 to 2.11.3
5daf01e760 is described below

commit 5daf01e760b6b8603852dc3fa2589fad07725a7f
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jan 31 11:45:41 2023 -0600

    NIFI-11120 This closes #6912. Upgraded Zip4j from 2.11.2 to 2.11.3
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 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 1a41c8ed0f..5b11c197a5 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
@@ -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>