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 732de79ac TIKA-4456: update aws, commons-lang3, junrar, netty, zstd, 
azure, enforcer plugin
732de79ac is described below

commit 732de79ac870409400ea5a5a41a19aef865eaf20
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 20 10:41:43 2025 +0200

    TIKA-4456: update aws, commons-lang3, junrar, netty, zstd, azure, enforcer 
plugin
---
 tika-parent/pom.xml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 60ccc73fe..5536554d0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,8 +309,8 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.58.0</google.cloud.version>
-    <aws.version>1.12.791</aws.version>
+    <google.cloud.version>2.58.1</google.cloud.version>
+    <aws.version>1.12.792</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.
@@ -328,7 +328,7 @@
     <commons.csv.version>1.14.1</commons.csv.version>
     <commons.exec.version>1.5.0</commons.exec.version>
     <commons.io.version>2.20.0</commons.io.version>
-    <commons.lang3.version>3.18.0</commons.lang3.version>
+    <commons.lang3.version>3.19.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.11.1</commons.net.version>
@@ -370,7 +370,7 @@
     <json.simple.version>1.1.1</json.simple.version>
     <junit4.version>4.13.2</junit4.version>
     <junit5.version>5.13.4</junit5.version>
-    <junrar.version>7.5.5</junrar.version>
+    <junrar.version>7.5.7</junrar.version>
     <libpst.version>0.9.3</libpst.version>
     <log4j2.version>2.25.2</log4j2.version>
     <lombok.version>1.18.20</lombok.version>
@@ -382,7 +382,7 @@
     <!-- mockito >= 5 requires jdk11 -->
     <mockito.version>4.11.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
-    <netty.version>4.2.6.Final</netty.version>
+    <netty.version>4.2.7.Final</netty.version>
     <oak.jackrabbit.version>1.86.0</oak.jackrabbit.version>
     <openjson.version>1.0.13</openjson.version>
     <!-- 2.0.0 doesn't compile with jdk8 -->
@@ -399,9 +399,10 @@
     <!-- 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.11</reactor.core.version>
-    <reactor.netty.version>1.3.0-M7</reactor.netty.version>
+    <reactor.netty.version>1.3.0-RC1</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.1.0</scm.version>
+    <!-- sis 1.3 xml bind 4 -->
     <sis.version>1.3</sis.version>
     <slf4j.version>2.0.17</slf4j.version>
     <solrj.version>8.11.4</solrj.version>
@@ -422,7 +423,7 @@
     <vorbis.version>0.8</vorbis.version>
     <xerces.version>2.12.2</xerces.version>
     <xmpcore.version>6.1.11</xmpcore.version>
-    <zstd.version>1.5.7-4</zstd.version>
+    <zstd.version>1.5.7-5</zstd.version>
     <!-- 4.0.0 doesn't compile with jdk8 -->
     <kafka.version>3.9.1</kafka.version>
     <snappy.java.version>1.1.10.8</snappy.java.version>
@@ -512,12 +513,12 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core</artifactId>
-        <version>1.56.1</version>
+        <version>1.57.0</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
-        <version>1.16.1</version>
+        <version>1.16.2</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
@@ -1317,7 +1318,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2</version>
         <executions>
           <execution>
             <id>enforce-maven</id>

Reply via email to