From 54375d5db7befb76cf7ea22be21bb091f0a82c8b Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Tue, 6 Feb 2024 15:44:21 +0100 Subject: [PATCH] fix(deps): resolve conflicting version of MIME4J #9077 - Apache Abdera Parser, Apache Tika and RESTeasy (Testing) use MIME4J - Tika and RESTeasy use newer APIs only present since v0.8+ - Abdera is an abandoned project, uses v0.7.2 and is hopefully compatible with newer releases - v0.8.4 given by Apache Tika relies on vulnerable Apache Commons IO 2.6, we want 2.11 per dependency management. Upgrading to v0.8.7 as earliest version with 2.11 dependency --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index f45e8fd9033..d5d1e451751 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,17 @@ abdera-i18n 1.1.3 + + + org.apache.james + apache-mime4j-core + 0.8.9 + + + org.apache.james + apache-mime4j-dom + 0.8.9 +