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

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

commit 67bf4434addf7087650fd8891115461dd006eb26
Author: exceptionfactory <[email protected]>
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 <[email protected]>
    
    This closes #7938.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc459005cf..d94db28270 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