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 a8534a009 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to
2.0.20 (#1927)
a8534a009 is described below
commit a8534a0095028ff4adc736b4f50d715a6bf06678
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 08:26:55 2024 +0200
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 (#1927)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from
2.0.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 acc4059a7..674310859 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>2.0.10</kotlin-stdlib.version>
+ <kotlin-stdlib.version>2.0.20</kotlin-stdlib.version>
</properties>
<dependencies>