This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 05821fb82c2df6dd051c10599c6cd7516945ace6 Author: Tilman Hausherr <[email protected]> AuthorDate: Sat Dec 7 12:22:13 2024 +0100 TIKA-4327: 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 b5abf09c9..0ac4639d4 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -32,7 +32,7 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <microsoft-graph.version>6.22.0</microsoft-graph.version> + <microsoft-graph.version>6.23.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <!-- when updating msal4j, check whether json-smart is still needed below --> <msal4j.version>1.17.3</msal4j.version>
