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 b35525a0e2 NIFI-12280 Upgraded Commons IO from 2.14.0 to 2.15.0
b35525a0e2 is described below

commit b35525a0e25289f6a0749b475c3c2e184cdc202b
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Oct 26 14:46:11 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 987bb71358..e621b68ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         
<org.apache.commons.compress.version>1.24.0</org.apache.commons.compress.version>
         
<org.apache.commons.lang3.version>3.13.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.10.0</org.apache.commons.net.version>
-        <org.apache.commons.io.version>2.14.0</org.apache.commons.io.version>
+        <org.apache.commons.io.version>2.15.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