This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 9b4021e59 TIKA-4366 -- upgrade POI
9b4021e59 is described below
commit 9b4021e59c1b314df175439a8f0856f13be17849
Author: tallison <[email protected]>
AuthorDate: Thu Jan 9 16:38:36 2025 -0500
TIKA-4366 -- upgrade POI
---
tika-parent/pom.xml | 14 ++++++++++++--
.../tika-parser-microsoft-module/pom.xml | 4 ++++
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2071d211a..0110672b6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -329,7 +329,7 @@
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.10.1</c3p0.version>
<commons.cli.version>1.9.0</commons.cli.version>
- <commons.codec.version>1.17.1</commons.codec.version>
+ <commons.codec.version>1.17.2</commons.codec.version>
<!-- 4.5.0-M3 successfully tested -->
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.27.1</commons.compress.version>
@@ -426,7 +426,7 @@
<!-- TODO when updating to 3.0.4, search for TIKA-2342 and achtivate the
changes,
also update the documentation with the new option -->
<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>
@@ -459,6 +459,16 @@
<dependencyManagement>
<dependencies>
+ <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>
<!-- boms -->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
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 baf76737f..0ea9a5981 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>