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 459952f18 TIKA-4383: update pax-url-aether, netty, poi, plxus
459952f18 is described below
commit 459952f18640193142f5e4a82293625bef176766
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Apr 7 10:17:24 2025 +0200
TIKA-4383: update pax-url-aether, netty, poi, plxus
---
tika-bundles/tika-bundle-standard/pom.xml | 2 +-
tika-parent/pom.xml | 13 ++++++-------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index 8eb6b5632..f3c60e623 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
- <version>2.6.16</version>
+ <version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 18b38ea6b..4cf615f31 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -383,8 +383,7 @@
<!-- mockito >= 5 requires jdk11 -->
<mockito.version>4.11.0</mockito.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
- <!-- 4.2.0.Alpha4 tested successfully -->
- <netty.version>4.1.118.Final</netty.version>
+ <netty.version>4.2.0.Final</netty.version>
<oak.jackrabbit.version>1.76.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<!-- 2.0.0 doesn't compile with jdk8 -->
@@ -397,7 +396,7 @@
<!-- 4.14.0 needs jdk11 -->
<pax.exam.version>4.13.5</pax.exam.version>
<pdfbox.version>2.0.33</pdfbox.version>
- <poi.version>5.4.0</poi.version>
+ <poi.version>5.4.1</poi.version>
<!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module
-->
<quartz.version>2.3.2</quartz.version>
<reactor.core.version>3.7.3</reactor.core.version>
@@ -905,13 +904,13 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-classworlds</artifactId>
- <version>2.8.0</version>
+ <artifactId>plexus-utils</artifactId>
+ <version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>4.0.2</version>
+ <artifactId>plexus-classworlds</artifactId>
+ <version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>