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 b5c802d12 TIKA-4166: update microsoft graph, microsoft kiota
b5c802d12 is described below
commit b5c802d122a8dd4f1ab8158db61e628e03a127e4
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Oct 11 12:44:59 2024 +0200
TIKA-4166: update microsoft graph, microsoft kiota
---
.../tika-fetcher-microsoft-graph/pom.xml | 42 ++++++++++++++++++++--
1 file changed, 40 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 7a1fa97e2..76e624aa2 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -33,7 +33,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <microsoft-graph.version>6.17.0</microsoft-graph.version>
+ <microsoft-graph.version>6.18.0</microsoft-graph.version>
<microsoft-kiota-serialization-json.version>1.1.1</microsoft-kiota-serialization-json.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.17.2</msal4j.version>
@@ -42,12 +42,50 @@
<dependencyManagement>
<dependencies>
- <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO
check after msal4j update -->
+ <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check
after msal4j update -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
+ <!-- com.microsoft.kiota Dependency convergence errors since
microsoft-graph-core 6.18.0
+ TODO try removing this when 6.18.1 comes out
+ -->
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-serialization-json</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-serialization-form</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-authentication-azure</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-http-okHttp</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-abstractions</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-serialization-text</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.kiota</groupId>
+ <artifactId>microsoft-kiota-serialization-multipart</artifactId>
+ <version>1.5.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>