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 91cf7c9bc TIKA-4379: update microsoft graph, reintroduce kiota because 
of convergence errors
91cf7c9bc is described below

commit 91cf7c9bc62e461cccd61eaea3bc9799fa60374e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 27 15:12:30 2025 +0100

    TIKA-4379: update microsoft graph, reintroduce kiota because of convergence 
errors
---
 .../tika-fetcher-microsoft-graph/pom.xml           | 41 +++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

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 753bba2fe..308860d2b 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,11 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.29.0</microsoft-graph.version>
+    <microsoft-graph.version>6.30.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.19.0</msal4j.version>
     <kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
+    <microsoft-kiota.version>1.8.4</microsoft-kiota.version>
   </properties>
 
   <dependencyManagement>
@@ -43,6 +44,44 @@
         <artifactId>json-smart</artifactId>
         <version>2.5.2</version>
       </dependency>
+      <!-- avoid com.microsoft.kiota Dependency convergence errors / outdated 
versions
+           since microsoft-graph-core 6.30.0
+      -->
+      <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>
 

Reply via email to