This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 ed0e5fb4f1 TIKA-4456: update asm, site plugin, woodstox, azure, jbig2, 
netty, plexus, enforcer plugin
ed0e5fb4f1 is described below

commit ed0e5fb4f194500195b13202e73169985e3a9018
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 25 11:01:35 2026 +0200

    TIKA-4456: update asm, site plugin, woodstox, azure, jbig2, netty, plexus, 
enforcer plugin
---
 tika-parent/pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ffc901cf13..4d614932c9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -302,7 +302,7 @@
     <maven.surefire.version>3.5.5</maven.surefire.version>
     <maven.shade.version>3.6.2</maven.shade.version>
     
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
-    <maven.site.version>3.21.0</maven.site.version>
+    <maven.site.version>3.22.0</maven.site.version>
     <maven.exec.version>3.5.1</maven.exec.version>
     <!-- need above java 8 for 10.[0-2] -->
     <puppycrawl.version>9.3</puppycrawl.version>
@@ -310,13 +310,13 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.68.0</google.cloud.version>
-    <azure.version>1.3.6</azure.version>
+    <azure.version>1.3.7</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.10</asm.version>
+    <asm.version>9.10.1</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.84</bouncycastle.version>
@@ -362,7 +362,7 @@
           but it turns out tika-parser-advancedmedia-module fails its tests,
           because we need bind 2.3.3 for xmpbox, which uses javax.xml.bind -->
     <jaxb.version>2.3.9</jaxb.version>
-    <jbig2.version>3.0.4</jbig2.version>
+    <jbig2.version>3.0.5</jbig2.version>
     <jdom2.version>2.0.6.1</jdom2.version>
     <jempbox.version>1.8.17</jempbox.version>
     <jetty.version>9.4.58.v20250814</jetty.version>
@@ -383,7 +383,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.13.Final</netty.version>
+    <netty.version>4.2.14.Final</netty.version>
     <oak.jackrabbit.version>2.0.0</oak.jackrabbit.version>
     <openjson.version>1.0.13</openjson.version>
     <!-- 2.0.0 doesn't compile with jdk8 -->
@@ -424,7 +424,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-8</zstd.version>
+    <zstd.version>1.5.7-9</zstd.version>
     <!-- 4.0.0 doesn't compile with jdk8 -->
     <kafka.version>3.9.2</kafka.version>
     <snappy.java.version>1.1.10.8</snappy.java.version>
@@ -521,7 +521,7 @@
       <dependency>
         <groupId>com.fasterxml.woodstox</groupId>
         <artifactId>woodstox-core</artifactId>
-        <version>7.1.1</version>
+        <version>7.2.0</version>
       </dependency>
       <dependency>
         <groupId>com.beust</groupId>
@@ -887,7 +887,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-classworlds</artifactId>
-        <version>2.9.0</version>
+        <version>2.12.0</version>
       </dependency>
       <dependency>
         <groupId>org.freemarker</groupId>
@@ -1291,7 +1291,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.6.2</version>
+        <version>3.6.3</version>
         <executions>
           <execution>
             <id>enforce-maven</id>

Reply via email to