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
The following commit(s) were added to refs/heads/main by this push: new 7cf242272 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.25 to 2.0.10 (#1916) 7cf242272 is described below commit 7cf24227246cf06a1ec851c835c87c7796601f2c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 19 08:37:15 2024 +0200 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.25 to 2.0.10 (#1916) Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.25 to 2.0.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.25...v2.0.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2a3254d64..7b9e095f9 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -40,7 +40,7 @@ <mockito-junit-jupiter.version>5.12.0</mockito-junit-jupiter.version> <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version> <msal4j.version>1.16.2</msal4j.version> - <kotlin-stdlib.version>1.9.25</kotlin-stdlib.version> + <kotlin-stdlib.version>2.0.10</kotlin-stdlib.version> </properties> <dependencies>