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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e6bffd57 TIKA-4327: update microsoft graph, reintroduce kiota 
dependency
5e6bffd57 is described below

commit 5e6bffd57c32bcca9001ae572d9fd774f31c18f1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 19 12:42:27 2025 +0200

    TIKA-4327: 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 9a5b62422..8bcfcad46 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,13 +29,53 @@
   <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.30.0-beta</msal4j.version>
     <kotlin-stdlib.version>2.2.0-RC3</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>
       <groupId>com.azure</groupId>

Reply via email to