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 c3066e18a TIKA-4327: update microsoft graph, grpc
c3066e18a is described below

commit c3066e18aac38b11c26f1de15412b6660e170bc2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 1 13:10:29 2025 +0200

    TIKA-4327: update microsoft graph, grpc
---
 tika-grpc/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-grpc/pom.xml b/tika-grpc/pom.xml
index e75c7fcca..3756a7cf4 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
   </parent>
 
   <properties>
-    <grpc.version>1.73.0</grpc.version>
+    <grpc.version>1.74.0</grpc.version>
     <asarkar-grpc-test.version>2.0.0</asarkar-grpc-test.version>
     <awaitility.version>4.3.0</awaitility.version>
     <j2objc-annotations.version>3.0.0</j2objc-annotations.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 cda942c38..422269771 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.47.0</microsoft-graph.version>
+    <microsoft-graph.version>6.48.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</kotlin-stdlib.version>

Reply via email to