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 ed13241a61 TIKA-4488: update microsoft graph, kotlin, pax-url-aether, 
aws, zstd, error_prone_annotations, netty
ed13241a61 is described below

commit ed13241a61e51aabd65037a1358fcf2b37c10de6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Feb 9 16:19:09 2026 +0100

    TIKA-4488: update microsoft graph, kotlin, pax-url-aether, aws, zstd, 
error_prone_annotations, netty
---
 tika-bundles/tika-bundle-standard/pom.xml                     | 2 +-
 tika-parent/pom.xml                                           | 8 ++++----
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tika-bundles/tika-bundle-standard/pom.xml 
b/tika-bundles/tika-bundle-standard/pom.xml
index eaa78397c7..a771b4fe03 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-aether</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c0488f8474..89a670e042 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,7 +314,7 @@
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.62.1</google.cloud.version>
     <azure.version>1.3.4</azure.version>
-    <aws2.version>2.41.23</aws2.version>
+    <aws2.version>2.41.24</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.
@@ -406,7 +406,7 @@
     <mockito.version>5.21.0</mockito.version>
     <mockito-junit-jupiter.version>5.21.0</mockito-junit-jupiter.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
-    <netty.version>4.2.9.Final</netty.version>
+    <netty.version>4.2.10.Final</netty.version>
     <oak.jackrabbit.version>1.90.0</oak.jackrabbit.version>
     <openjson.version>1.0.13</openjson.version>
     <!-- 2.3.0 requires jdk17 -->
@@ -449,7 +449,7 @@
     <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.5</zookeeper.version>
-    <zstd.version>1.5.7-6</zstd.version>
+    <zstd.version>1.5.7-7</zstd.version>
     <nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>
     <logback.version>1.5.27</logback.version>
     <javacpp.version>1.5.12</javacpp.version>
@@ -641,7 +641,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.46.0</version>
+        <version>2.47.0</version>
       </dependency>
       <!-- avoid dependency convergence error in Google Cloud Storage fetcher
            starting with grpc 1.79.0 with google cloud 2.62.1 -->
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 7d6e986f06..184fcb0461 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,10 +29,10 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.60.0</microsoft-graph.version>
+    <microsoft-graph.version>6.61.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.23.1</msal4j.version>
-    <kotlin-stdlib.version>2.3.0</kotlin-stdlib.version>
+    <kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>
     <microsoft-kiota.version>1.9.0</microsoft-kiota.version>
   </properties>
 

Reply via email to