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 2cb9dd847c TIKA-4456: update aws, google cloud, azure, asm,
commons-exec, jackson, jhighlight, junit, netty, jackrabbit, reactor, scm,
testcontainers, twelvemonkeys, versions plugin, release plugin
2cb9dd847c is described below
commit 2cb9dd847c9966bcb923916205291cc2f6fe6904
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 19 11:00:04 2026 +0100
TIKA-4456: update aws, google cloud, azure, asm, commons-exec, jackson,
jhighlight, junit, netty, jackrabbit, reactor, scm, testcontainers,
twelvemonkeys, versions plugin, release plugin
---
tika-parent/pom.xml | 69 ++++++++++++++++++++---------------------------------
1 file changed, 26 insertions(+), 43 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5bd763e1ff..1b1e40255e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,13 +309,14 @@
<rat.version>0.16.1</rat.version>
<!-- dependency versions -->
- <google.cloud.version>2.60.0</google.cloud.version>
- <aws.version>1.12.793</aws.version>
+ <google.cloud.version>2.61.0</google.cloud.version>
+ <azure.version>1.3.3</azure.version>
+ <aws.version>1.12.797</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
-->
- <asm.version>9.8</asm.version>
+ <asm.version>9.9.1</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess ...try to sync -->
<bouncycastle.version>1.83</bouncycastle.version>
@@ -326,7 +327,7 @@
<commons.collections4.version>4.5.0</commons.collections4.version>
<commons.compress.version>1.28.0</commons.compress.version>
<commons.csv.version>1.14.1</commons.csv.version>
- <commons.exec.version>1.5.0</commons.exec.version>
+ <commons.exec.version>1.6.0</commons.exec.version>
<commons.io.version>2.21.0</commons.io.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
<commons.logging.version>1.3.5</commons.logging.version>
@@ -350,7 +351,7 @@
<imageio.version>1.4.0</imageio.version>
<!-- jackrabbit 2.21.23 requires java 11 -->
<jackrabbit.version>2.21.22</jackrabbit.version>
- <jackson.version>2.20.1</jackson.version>
+ <jackson.version>2.21.0</jackson.version>
<jackcess.version>4.0.10</jackcess.version>
<jackcess.encrypt.version>4.0.3</jackcess.encrypt.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
@@ -365,14 +366,14 @@
<jdom2.version>2.0.6.1</jdom2.version>
<jempbox.version>1.8.17</jempbox.version>
<jetty.version>9.4.58.v20250814</jetty.version>
- <jhighlight.version>1.1.0</jhighlight.version>
+ <jhighlight.version>1.1.1</jhighlight.version>
<jna.version>5.18.1</jna.version>
<json.simple.version>1.1.1</json.simple.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.14.1</junit5.version>
+ <junit5.version>5.14.2</junit5.version>
<junrar.version>7.5.7</junrar.version>
<libpst.version>0.9.3</libpst.version>
- <log4j2.version>2.25.2</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<lombok.version>1.18.20</lombok.version>
<!-- lucene >= 9.x requires Java 11 -->
<lucene.version>8.11.4</lucene.version>
@@ -382,8 +383,8 @@
<!-- mockito >= 5 requires jdk11 -->
<mockito.version>4.11.0</mockito.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
- <netty.version>4.2.7.Final</netty.version>
- <oak.jackrabbit.version>1.88.0</oak.jackrabbit.version>
+ <netty.version>4.2.9.Final</netty.version>
+ <oak.jackrabbit.version>1.90.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<!-- 2.0.0 doesn't compile with jdk8 -->
<opennlp.version>1.9.4</opennlp.version>
@@ -398,10 +399,10 @@
<poi.version>5.5.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.8.0</reactor.core.version>
- <reactor.netty.version>1.3.0</reactor.netty.version>
+ <reactor.core.version>3.8.2</reactor.core.version>
+ <reactor.netty.version>1.3.2</reactor.netty.version>
<rome.version>2.1.0</rome.version>
- <scm.version>2.1.0</scm.version>
+ <scm.version>2.2.1</scm.version>
<!-- sis 1.3 xml bind 4 -->
<sis.version>1.3</sis.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -411,10 +412,10 @@
<spring.version>5.3.39</spring.version>
<sqlite.version>3.51.1.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
<tukaani.version>1.11</tukaani.version>
- <twelvemonkeys.version>3.12.0</twelvemonkeys.version>
+ <twelvemonkeys.version>3.13.0</twelvemonkeys.version>
<!-- 3.5.0 doesn't compile with jdk8 -->
<uima.version>3.4.1</uima.version>
<!-- 3.5.0 doesn't compile with jdk8 -->
@@ -488,6 +489,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-sdk-bom</artifactId>
+ <version>${azure.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
@@ -500,31 +508,6 @@
<artifactId>aws-java-sdk-s3</artifactId>
<version>${aws.version}</version>
</dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-blob</artifactId>
- <version>12.31.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-common</artifactId>
- <version>12.30.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core</artifactId>
- <version>1.57.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-http-netty</artifactId>
- <version>1.16.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-xml</artifactId>
- <version>1.2.0</version>
- </dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
@@ -951,7 +934,7 @@
<dependency>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
- <version>0.32.0</version>
+ <version>0.34.0</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
@@ -1102,7 +1085,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.20.1</version>
+ <version>2.21.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
@@ -1298,7 +1281,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>