From c02b4feee25c84098ab5a7f0c1cafefa8e442675 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Mon, 4 Apr 2022 13:46:49 -0500 Subject: [PATCH] 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 --- .../nifi-email-processors/pom.xml | 3 ++- nifi-nar-bundles/nifi-media-bundle/pom.xml | 19 +++++++++++++++++++ .../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 @@ jar 5.5.7 + 5.2.2 @@ -117,7 +118,7 @@ org.apache.poi poi-scratchpad - 5.0.0 + ${poi.version} org.apache.nifi 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 @@ 1.17.0-SNAPSHOT pom + + 5.2.2 + + nifi-media-processors nifi-media-nar @@ -46,6 +50,21 @@ jsoup 1.14.2 + + org.apache.poi + poi + ${poi.version} + + + org.apache.poi + poi-scratchpad + ${poi.version} + + + org.apache.poi + poi-ooxml + ${poi.version} + 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 @@ 4.0.0 - 5.0.0 + 5.2.2