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 6f44f047b TIKA-4379: update microsoft graph, msal4j
6f44f047b is described below

commit 6f44f047b34580cb94e9f0103e0916e99cf7f9b2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Apr 15 14:25:37 2025 +0200

    TIKA-4379: update microsoft graph, msal4j
---
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
 1 file changed, 2 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 9410d72e1..57c64c51a 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,9 +29,9 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.34.0</microsoft-graph.version>
+    <microsoft-graph.version>6.36.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
-    <msal4j.version>1.20.0</msal4j.version>
+    <msal4j.version>1.20.1</msal4j.version>
     <kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>
     <microsoft-kiota.version>1.8.4</microsoft-kiota.version>
   </properties>

Reply via email to