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

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 35b3570158 NIFI-11561 Upgraded Apache Commons IO from 2.11.0 to 2.12.0
35b3570158 is described below

commit 35b357015875a9c953f196925395f5306b1c486b
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed May 17 12:09:04 2023 -0500

    NIFI-11561 Upgraded Apache Commons IO from 2.11.0 to 2.12.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #7259.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1846e21ece..0bcf6200a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>
         
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.9.0</org.apache.commons.net.version>
-        <org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
+        <org.apache.commons.io.version>2.12.0</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.10.0</org.apache.commons.text.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>

Reply via email to