This is an automated email from the ASF dual-hosted git repository.
tilman 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 e3a15cbb2 TIKA-4455: update maven-enforcer-plugin, aws, cxf, jwarc,
netty, reactor, jackrabbit; exclude commons-lang
e3a15cbb2 is described below
commit e3a15cbb2e905b0e83d9645e969a095fda6e73b5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 18 19:21:46 2025 +0200
TIKA-4455: update maven-enforcer-plugin, aws, cxf, jwarc, netty, reactor,
jackrabbit; exclude commons-lang
---
tika-parent/pom.xml | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 30b0a2184..8fff5d655 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,8 +310,8 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.53.3</google.cloud.version>
- <aws.version>1.12.787</aws.version>
- <aws2.version>2.31.78</aws2.version>
+ <aws.version>1.12.788</aws.version>
+ <aws2.version>2.32.3</aws2.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.
@@ -347,7 +347,7 @@
<!-- can't update to 6, this requires jdk17 -->
<ctakes.version>5.1.0</ctakes.version>
<!-- can't update to 4.1.0, this requires jdk17 -->
- <cxf.version>4.0.6</cxf.version>
+ <cxf.version>4.0.8</cxf.version>
<ddplist.version>1.28</ddplist.version>
<dl4j.version>1.0.0-M2.1</dl4j.version>
<fakeload.version>0.7.0</fakeload.version>
@@ -366,7 +366,7 @@
-->
<icu4j.version>75.1</icu4j.version>
<imageio.version>1.4.0</imageio.version>
- <jackrabbit.version>2.22.0</jackrabbit.version>
+ <jackrabbit.version>2.22.1</jackrabbit.version>
<jackson.version>2.19.1</jackson.version>
<jackcess.version>4.0.8</jackcess.version>
<jackcess.encrypt.version>4.0.3</jackcess.encrypt.version>
@@ -395,7 +395,7 @@
<junit5.version>5.13.3</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
- <jwarc.version>0.31.1</jwarc.version>
+ <jwarc.version>0.32.0</jwarc.version>
<kafka.version>4.0.0</kafka.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.25.1</log4j2.version>
@@ -409,7 +409,7 @@
<mockito.version>5.18.0</mockito.version>
<mockito-junit-jupiter.version>5.18.0</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
- <netty.version>4.2.2.Final</netty.version>
+ <netty.version>4.2.3.Final</netty.version>
<oak.jackrabbit.version>1.82.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<!-- 2.3.0 requires jdk17 -->
@@ -425,8 +425,8 @@
<poi.version>5.4.1</poi.version>
<protobuf.version>3.25.8</protobuf.version>
<quartz.version>2.5.0</quartz.version>
- <reactor.core.version>3.7.3</reactor.core.version>
- <reactor.netty.version>1.2.3</reactor.netty.version>
+ <reactor.core.version>3.7.7</reactor.core.version>
+ <reactor.netty.version>1.3.0-M5</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.1.0</scm.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -1148,7 +1148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -1186,6 +1186,12 @@
<version>3.2.0</version>
<configuration>
<excludeCoordinates>
+ <!-- because of solr -->
+ <coordinate>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
+ </coordinate>
<!-- TODO https://github.com/netplex/json-smart-v2/issues/232
https://github.com/sonatype/ossindex-maven/issues/84
-->