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
commit 6a76b7872ec0787635b501cbe11b938b1bf25fab Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jun 12 17:30:22 2026 +0200 TIKA-4327: update kiota, msal4j --- tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c037c7b963..061574899b 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,8 +31,8 @@ <properties> <microsoft-graph.version>6.65.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> - <msal4j.version>1.30.0-beta</msal4j.version> - <microsoft-kiota.version>1.9.2</microsoft-kiota.version> + <msal4j.version>1.25</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. --> <plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
