This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 2592ec7aff TIKA-4792: update msal4j
2592ec7aff is described below
commit 2592ec7aff0786ac3d66e6563c6ff6822a0d76eb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jul 21 13:29:41 2026 +0200
TIKA-4792: update msal4j
---
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 99f90b8782..42f7511d4a 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -31,7 +31,7 @@
<properties>
<microsoft-graph.version>6.66.1</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
- <msal4j.version>1.25.0</msal4j.version>
+ <msal4j.version>1.25.1</msal4j.version>
<microsoft-kiota.version>1.9.3</microsoft-kiota.version>
</properties>