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 1ddbae9207 NIFI-13040 Upgraded Commons IO from 2.15.1 to 2.16.1
1ddbae9207 is described below

commit 1ddbae920743fb7e8c65e67bd89934b3246e0a4b
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Apr 12 14:46:19 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index dbb3dcdda2..e49a12c070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         
<com.github.luben.zstd-jni.version>1.5.6-1</com.github.luben.zstd-jni.version>
         
<org.apache.commons.lang3.version>3.14.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.15.1</org.apache.commons.io.version>
+        <org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.11.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