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
commit 37803424c9da02b6709ec9afaf0a450c77fbee0d Author: Tilman Hausherr <[email protected]> AuthorDate: Sat Sep 5 15:33:37 2026 +0200 TIKA-4792: 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 f41f6854f7..8bfec74d2c 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.67.0</microsoft-graph.version> + <microsoft-graph.version>6.69.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.26.0</msal4j.version> <microsoft-kiota.version>1.9.3</microsoft-kiota.version>
