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 e30ce0c56f Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to
2.3.10 (#2590)
e30ce0c56f is described below
commit e30ce0c56ff11c32f5a311efb8138b352f66abc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 08:30:50 2026 +0100
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to 2.3.10 (#2590)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from
2.3.0 to 2.3.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/v2.3.0...v2.3.10)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-version: 2.3.10
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-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index 6a564ea630..1504b96160 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -32,7 +32,7 @@
<microsoft-graph.version>6.60.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.30.0-beta</msal4j.version>
- <kotlin-stdlib.version>2.3.0</kotlin-stdlib.version>
+ <kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>
<microsoft-kiota.version>1.9.0</microsoft-kiota.version>
<!-- Never include the core artifacts in your plugin lib directory. If you
do, it will cause the classloading
to get messed up when finding your plugins. -->