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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new ad944764d TIKA-4366 -- upgrade POI
ad944764d is described below

commit ad944764deaba4d88e2ad40ea8c6f9000db9d960
Author: tallison <[email protected]>
AuthorDate: Thu Jan 9 16:38:36 2025 -0500

    TIKA-4366 -- upgrade POI
    
    (cherry picked from commit 9b4021e59c1b314df175439a8f0856f13be17849)
---
 tika-parent/pom.xml                                          | 12 +++++++++++-
 .../tika-parser-microsoft-module/pom.xml                     |  4 ++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4c0316d68..576c4b379 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -422,7 +422,7 @@
     <pax.exam.version>4.14.0</pax.exam.version>
     <!-- TODO when updating to 3.0.4, search for TIKA-2342 and achtivate the 
changes -->
     <pdfbox.version>3.0.3</pdfbox.version>
-    <poi.version>5.3.0</poi.version>
+    <poi.version>5.4.0</poi.version>
     <protobuf.version>3.25.5</protobuf.version>
     <quartz.version>2.5.0</quartz.version>
     <reactor.core.version>3.7.1</reactor.core.version>
@@ -506,6 +506,16 @@
         <artifactId>sis-metadata</artifactId>
         <version>${sis.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>3.5.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-classworlds</artifactId>
+        <version>2.8.0</version>
+      </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-bom</artifactId>
diff --git 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml
 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml
index 085666601..90dc1df67 100644
--- 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml
+++ 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml
@@ -30,6 +30,10 @@
   <name>Apache Tika Microsoft parser module</name>
 
   <dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
     <!-- needed for msg files -->
     <dependency>
       <groupId>${project.groupId}</groupId>

Reply via email to