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

asf-gitbox-commits 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 2c84ed4edc TIKA-4738: update microsoft-graph, aws, asm, kafka, site 
plugin, zstd, netty, woodstox
2c84ed4edc is described below

commit 2c84ed4edcf5e5145446359d24722faf91541776
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 25 10:58:41 2026 +0200

    TIKA-4738: update microsoft-graph, aws, asm, kafka, site plugin, zstd, 
netty, woodstox
---
 tika-parent/pom.xml                                        | 14 +++++++-------
 .../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml     |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4275f53634..5b3631327f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,12 +314,12 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.68.0</google.cloud.version>
-    <aws2.version>2.44.9</aws2.version>
+    <aws2.version>2.44.12</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.
     -->
-    <asm.version>9.10</asm.version>
+    <asm.version>9.10.1</asm.version>
     <azure.version>1.3.7</azure.version>
     <!-- 7.0.0 needs java 17 -->
     <biz.aqute.version>6.4.1</biz.aqute.version>
@@ -394,7 +394,7 @@
     <juniversalchardet.version>2.5.0</juniversalchardet.version>
     <junrar.version>7.6.0</junrar.version>
     <jwarc.version>0.36.0</jwarc.version>
-    <kafka.version>4.2.0</kafka.version>
+    <kafka.version>4.3.0</kafka.version>
     <kotlin-stdlib.version>2.3.21</kotlin-stdlib.version>
     <libpst.version>0.9.3</libpst.version>
     <!-- 3.x requires jdk17 -->
@@ -409,7 +409,7 @@
     <mockito.version>5.23.0</mockito.version>
     <mockito-junit-jupiter.version>5.23.0</mockito-junit-jupiter.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.3.0 requires jdk17 -->
@@ -448,15 +448,15 @@
     <uimaj.cpe.version>3.6.1</uimaj.cpe.version>
     <unit.api.version>2.2</unit.api.version>
     <vorbis.version>0.8</vorbis.version>
-    <woodstox.core.version>7.1.1</woodstox.core.version>
+    <woodstox.core.version>7.2.0</woodstox.core.version>
     <xmpcore.version>6.1.11</xmpcore.version>
     <!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't 
fail on windows) -->
     <zookeeper.version>3.8.6</zookeeper.version>
-    <zstd.version>1.5.7-8</zstd.version>
+    <zstd.version>1.5.7-9</zstd.version>
     <nimbus-jose-jwt.version>10.9</nimbus-jose-jwt.version>
     <logback.version>1.5.32</logback.version>
     <javacpp.version>1.5.13</javacpp.version>
-    <maven.site.version>3.21.0</maven.site.version>
+    <maven.site.version>3.22.0</maven.site.version>
     <maven.exec.version>3.6.3</maven.exec.version>
   </properties>
 
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index 34b3b182e8..6aed19b13d 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.64.0</microsoft-graph.version>
+    <microsoft-graph.version>6.65.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.23.1</msal4j.version>
     <microsoft-kiota.version>1.9.2</microsoft-kiota.version>

Reply via email to