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 d062ec203 TIKA-4327: update microsoft graph, azure identity
d062ec203 is described below

commit d062ec2031765287c5212426ec1337baf9e39b0a
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jun 11 15:01:27 2025 +0200

    TIKA-4327: update microsoft graph, azure identity
---
 tika-parent/pom.xml                                           | 2 +-
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 20468f831..d26ada65c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -322,7 +322,7 @@
     <azure.core.http.netty.version>1.15.12</azure.core.http.netty.version>
     <azure.storage.blob.version>12.31.0-beta.1</azure.storage.blob.version>
     <azure.storage.common>12.30.0-beta.1</azure.storage.common>
-    <azure-identity.version>1.16.1</azure-identity.version>
+    <azure-identity.version>1.16.2</azure-identity.version>
     <azure.json.version>1.5.0</azure.json.version>
     <azure.xml.version>1.2.0</azure.xml.version>
     <biz.aqute.version>7.1.0</biz.aqute.version>
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 14b47cc17..74f316d37 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.40.0</microsoft-graph.version>
+    <microsoft-graph.version>6.41.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-RC2</kotlin-stdlib.version>

Reply via email to