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

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

commit acb9dd10b7f0e0070f8a5f418d4f15036b45d7d0
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Sep 30 14:20:26 2023 -0500

    NIFI-12155 Upgraded Apache Commons IO from 2.13.0 to 2.14.0
    
    - Upgraded Apache POI from 5.2.3 to 5.2.4
    
    This closes #7825
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-media-bundle/pom.xml                       | 2 +-
 nifi-nar-bundles/nifi-poi-bundle/pom.xml                         | 2 +-
 pom.xml                                                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index e6d0b91180..2fa7a28953 100644
--- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
     <properties>
         <spring.integration.version>5.5.18</spring.integration.version>
-        <poi.version>5.2.3</poi.version>
+        <poi.version>5.2.4</poi.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml 
b/nifi-nar-bundles/nifi-media-bundle/pom.xml
index 1f947c958e..98c36b9026 100644
--- a/nifi-nar-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <poi.version>5.2.3</poi.version>
+        <poi.version>5.2.4</poi.version>
     </properties>
 
     <modules>
diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml 
b/nifi-nar-bundles/nifi-poi-bundle/pom.xml
index 3257c2754e..32f83f56c1 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-poi-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <poi.version>5.2.3</poi.version>
+        <poi.version>5.2.4</poi.version>
     </properties>
     <modules>
         <module>nifi-poi-processors</module>
diff --git a/pom.xml b/pom.xml
index 3087c24690..7c5507c4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,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.9.0</org.apache.commons.net.version>
-        <org.apache.commons.io.version>2.13.0</org.apache.commons.io.version>
+        <org.apache.commons.io.version>2.14.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