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

commit fbadfbca9fad0feccb8038e9a2abe8eaefca0b04
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Feb 28 10:51:32 2025 +0100

    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 308860d2b..cd3ac8f1f 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.30.0</microsoft-graph.version>
+    <microsoft-graph.version>6.30.1</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
-    <msal4j.version>1.19.0</msal4j.version>
+    <msal4j.version>1.19.1</msal4j.version>
     <kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
     <microsoft-kiota.version>1.8.4</microsoft-kiota.version>
   </properties>

Reply via email to