You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/03/14 18:38:17 UTC

(tika) branch branch_2x updated: TIKA-4162: update mime4j

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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 5377292c8 TIKA-4162: update mime4j
5377292c8 is described below

commit 5377292c84df1dacdc3a94a7a9eb35849cec220d
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 14 19:37:58 2024 +0100

    TIKA-4162: update mime4j
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a35a1156b..1de720a6f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -371,7 +371,7 @@
     <lucene.version>8.11.3</lucene.version>
     <metadata.extractor.version>2.19.0</metadata.extractor.version>
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
-    <mime4j.version>0.8.10</mime4j.version>
+    <mime4j.version>0.8.11</mime4j.version>
     <!-- mockito >= 5 requires jdk11 -->
     <mockito.version>4.11.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>