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 a2d5992d33154ffaf0abe7d41456cf425b0864ca Author: Tilman Hausherr <[email protected]> AuthorDate: Mon Oct 21 09:04:41 2024 +0200 TIKA-4326: 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 1868f88d5..0d8140a71 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.18.0</microsoft-graph.version> + <microsoft-graph.version>6.19.0</microsoft-graph.version> <microsoft-kiota.version>1.7.0</microsoft-kiota.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.17.2</msal4j.version>
