From 407dd4d4bcb0cbf6fec037ebe2ad99551b4ce067 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Mon, 25 Mar 2024 12:31:24 -0500 Subject: [PATCH] NIFI-12947 Upgraded MIME4J to 0.8.11 Signed-off-by: Pierre Villard This closes #8561. --- nifi-code-coverage/pom.xml | 7 +++++++ nifi-nar-bundles/nifi-media-bundle/pom.xml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml index f9cec5b9d1..a74b90f3be 100644 --- a/nifi-code-coverage/pom.xml +++ b/nifi-code-coverage/pom.xml @@ -31,6 +31,7 @@ 1.6.0 1.24.0 2.12.0 + 0.8.11 @@ -125,6 +126,12 @@ sshd-osgi ${org.apache.sshd.version} + + + org.apache.james + apache-mime4j-core + ${mime4j.version} + diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml index 6555b16cc4..1c0c6a3cb4 100644 --- a/nifi-nar-bundles/nifi-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml @@ -27,6 +27,7 @@ 5.2.5 + 0.8.11 @@ -58,6 +59,11 @@ poi-ooxml ${poi.version} + + org.apache.james + apache-mime4j-core + ${mime4j.version} +