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 69217ddbd TIKA-4455: update microsoft-graph 69217ddbd is described below commit 69217ddbdbaff3713b039b1443d622a5ae080200 Author: Tilman Hausherr <til...@apache.org> AuthorDate: Sat Jul 19 12:40:00 2025 +0200 TIKA-4455: update microsoft-graph --- 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 dfde96b0b..f6724e483 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -29,7 +29,7 @@ <name>Apache Tika Microsoft Graph Pipes Fetcher</name> <properties> - <microsoft-graph.version>6.45.0</microsoft-graph.version> + <microsoft-graph.version>6.46.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.20.1</msal4j.version> <kotlin-stdlib.version>2.2.0</kotlin-stdlib.version>