This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 505b0caa47 TIKA-4327: update msal4j
505b0caa47 is described below

commit 505b0caa47bed8bae3af10ab943136bba93a7075
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jun 12 19:28:17 2026 +0200

    TIKA-4327: update msal4j
---
 tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml 
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index 061574899b..98923d90a6 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -31,7 +31,7 @@
   <properties>
     <microsoft-graph.version>6.65.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
-    <msal4j.version>1.25</msal4j.version>
+    <msal4j.version>1.25.0</msal4j.version>
     <microsoft-kiota.version>1.9.3</microsoft-kiota.version>
     <!-- Never include the core artifacts in your plugin lib directory. If you 
do, it will cause the classloading
     to get messed up when finding your plugins. -->

Reply via email to