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 f0d946e990ffa6048faab165ff590076075a37ca Author: Tilman Hausherr <[email protected]> AuthorDate: Mon Dec 2 09:12:31 2024 +0100 TIKA-4326: update micosoft-graph, kotlin --- tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 8cfe3dcc8..3130826a8 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -32,15 +32,15 @@ <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.21.0</microsoft-graph.version> + <microsoft-graph.version>6.22.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.17.3</msal4j.version> - <kotlin-stdlib.version>2.0.21</kotlin-stdlib.version> + <kotlin-stdlib.version>2.1.0</kotlin-stdlib.version> </properties> <dependencyManagement> <dependencies> - <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update >1.7.2 --> + <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update >1.7.3 --> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId>
