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

mthomsen 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 c02b4feee2 NIFI-9869 Upgraded Apache POI from 5.0.0 to 5.2.2
c02b4feee2 is described below

commit c02b4feee25c84098ab5a7f0c1cafefa8e442675
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Apr 4 13:46:49 2022 -0500

    NIFI-9869 Upgraded Apache POI from 5.0.0 to 5.2.2
    
    - Upgraded direct dependencies in nifi-email-processors and 
nifi-poi-processors
    - Upgraded transitive dependency in nifi-media-bundle
    
    This closes #5927
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 .../nifi-email-bundle/nifi-email-processors/pom.xml   |  3 ++-
 nifi-nar-bundles/nifi-media-bundle/pom.xml            | 19 +++++++++++++++++++
 .../nifi-poi-bundle/nifi-poi-processors/pom.xml       |  2 +-
 3 files changed, 22 insertions(+), 2 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 697baa9c53..be5383c722 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,6 +26,7 @@
     <packaging>jar</packaging>
     <properties>
         <spring.integration.version>5.5.7</spring.integration.version>
+        <poi.version>5.2.2</poi.version>
     </properties>
 
     <dependencies>
@@ -117,7 +118,7 @@
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-scratchpad</artifactId>
-            <version>5.0.0</version>
+            <version>${poi.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml 
b/nifi-nar-bundles/nifi-media-bundle/pom.xml
index f6586fc5c7..7e831bfa96 100644
--- a/nifi-nar-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml
@@ -26,6 +26,10 @@
     <version>1.17.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <poi.version>5.2.2</poi.version>
+    </properties>
+
     <modules>
         <module>nifi-media-processors</module>
         <module>nifi-media-nar</module>
@@ -46,6 +50,21 @@
                 <artifactId>jsoup</artifactId>
                 <version>1.14.2</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.poi</groupId>
+                <artifactId>poi</artifactId>
+                <version>${poi.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.poi</groupId>
+                <artifactId>poi-scratchpad</artifactId>
+                <version>${poi.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.poi</groupId>
+                <artifactId>poi-ooxml</artifactId>
+                <version>${poi.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml 
b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
index c42e6ec487..ea6f760ef2 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
@@ -17,7 +17,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <properties>
-        <poi.version>5.0.0</poi.version>
+        <poi.version>5.2.2</poi.version>
     </properties>
 
     <parent>

Reply via email to