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
The following commit(s) were added to refs/heads/branch_3x by this push:
new 62343e5f66 TIKA-4488: update kotlin
62343e5f66 is described below
commit 62343e5f66d75315acefadc68204d2572a37f007
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 17 09:08:28 2026 +0100
TIKA-4488: update kotlin
---
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 587363b3b6..b799300e46 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 @@
<microsoft-graph.version>6.62.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.23.1</msal4j.version>
- <kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>
+ <kotlin-stdlib.version>2.3.20</kotlin-stdlib.version>
<microsoft-kiota.version>1.9.1</microsoft-kiota.version>
</properties>