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

joewitt 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 6d6d4a8904 NIFI-13488 Upgraded Apache POI from 5.2.5 to 5.3.0 This 
closes #9031
6d6d4a8904 is described below

commit 6d6d4a89048a385851507208018d39fa87cdabd1
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Jul 3 11:20:22 2024 -0500

    NIFI-13488 Upgraded Apache POI from 5.2.5 to 5.3.0
    This closes #9031
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
 nifi-extension-bundles/nifi-media-bundle/pom.xml                       | 2 +-
 nifi-extension-bundles/nifi-poi-bundle/pom.xml                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 9187daa294..f44d1f15cc 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
     <properties>
         <spring.integration.version>6.3.1</spring.integration.version>
-        <poi.version>5.2.5</poi.version>
+        <poi.version>5.3.0</poi.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml 
b/nifi-extension-bundles/nifi-media-bundle/pom.xml
index 64adf88f40..bfccf6070d 100644
--- a/nifi-extension-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml
@@ -24,7 +24,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <poi.version>5.2.5</poi.version>
+        <poi.version>5.3.0</poi.version>
         <mime4j.version>0.8.11</mime4j.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml 
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index 93bd06d239..4450418835 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>nifi-poi-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <poi.version>5.2.5</poi.version>
+        <poi.version>5.3.0</poi.version>
     </properties>
     <modules>
         <module>nifi-poi-nar</module>

Reply via email to