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 003a91255 TIKA-4488: update microsoft graph, kiota, aws
003a91255 is described below

commit 003a9125522a1130a1614614a55cb3266d3fee07
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Nov 24 11:10:16 2025 +0100

    TIKA-4488: update microsoft graph, kiota, aws
---
 tika-parent/pom.xml                                           | 4 ++--
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8294c364f..8f0c1bb9f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,7 +310,7 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.60.0</google.cloud.version>
-    <aws2.version>2.39.0</aws2.version>
+    <aws2.version>2.39.2</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.
@@ -1184,7 +1184,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
-        <version>2.19.1</version>
+        <version>2.19.1</version> <!-- 2.20.0 has a bug, see 
https://github.com/mojohaus/versions/issues/1313 -->
         <configuration>
           <generateBackupPoms>false</generateBackupPoms>
         </configuration>
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 f784ecc5a..0226c4767 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,11 +29,11 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.56.0</microsoft-graph.version>
+    <microsoft-graph.version>6.57.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.23.1</msal4j.version>
     <kotlin-stdlib.version>2.2.21</kotlin-stdlib.version>
-    <microsoft-kiota.version>1.8.12</microsoft-kiota.version>
+    <microsoft-kiota.version>1.9.0</microsoft-kiota.version>
   </properties>
 
   <dependencyManagement>

Reply via email to