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
commit d693196b4ced814dc0746b2c1511fb28648b1f6e Author: Tilman Hausherr <[email protected]> AuthorDate: Mon Apr 7 09:15:25 2025 +0200 TIKA-4379: 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 60a908bd8..f859ea7d2 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.33.0</microsoft-graph.version> + <microsoft-graph.version>6.34.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.19.1</msal4j.version> <kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>
