This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 65ac492da0 NIFI-12947 Upgraded MIME4J to 0.8.11
65ac492da0 is described below
commit 65ac492da077abce1add9639ebc60e203bbd1448
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 25 12:31:24 2024 -0500
NIFI-12947 Upgraded MIME4J to 0.8.11
Signed-off-by: Pierre Villard <[email protected]>
This closes #8561.
---
nifi-nar-bundles/nifi-media-bundle/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml
b/nifi-nar-bundles/nifi-media-bundle/pom.xml
index 07cfa91846..d6f4c4305c 100644
--- a/nifi-nar-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml
@@ -27,6 +27,7 @@
<properties>
<poi.version>5.2.5</poi.version>
+ <mime4j.version>0.8.11</mime4j.version>
</properties>
<modules>
@@ -58,6 +59,11 @@
<artifactId>poi-ooxml</artifactId>
<version>${poi.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mime4j-core</artifactId>
+ <version>${mime4j.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>