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 53b677b49 TIKA-4421: update microsoft graph, reintroduce kiota 
dependency
53b677b49 is described below

commit 53b677b49e3ce9774f719b87f95bf3e8249716b8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 19 12:42:11 2025 +0200

    TIKA-4421: update microsoft graph, reintroduce kiota dependency
---
 .../tika-fetcher-microsoft-graph/pom.xml           | 44 +++++++++++++++++++++-
 1 file changed, 42 insertions(+), 2 deletions(-)

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 dcca71ade..eb9770180 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,12 +29,52 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.41.0</microsoft-graph.version>
+    <microsoft-graph.version>6.42.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.20.1</msal4j.version>
     <kotlin-stdlib.version>2.1.21</kotlin-stdlib.version>
-    <microsoft-kiota.version>1.8.4</microsoft-kiota.version>
+    <microsoft-kiota.version>1.8.5</microsoft-kiota.version>
   </properties>
+  
+  <dependencyManagement>
+      <dependencies>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-serialization-json</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-serialization-form</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-authentication-azure</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-http-okHttp</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-abstractions</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-serialization-text</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+          <dependency>
+              <groupId>com.microsoft.kiota</groupId>
+              <artifactId>microsoft-kiota-serialization-multipart</artifactId>
+              <version>${microsoft-kiota.version}</version>
+          </dependency>
+      </dependencies>
+  </dependencyManagement>
 
   <dependencies>
     <dependency>

Reply via email to