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 1318754622 TIKA-4327: update kotlin
1318754622 is described below

commit 13187546223ec845e36bb67a1860e8a7c78dffbe
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 17 09:05:54 2026 +0100

    TIKA-4327: update kotlin
---
 tika-parent/pom.xml                                              | 2 +-
 tika-pipes/tika-pipes-config-store-ignite/pom.xml                | 2 +-
 tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0d570f7b22..b840e67f69 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1227,7 +1227,7 @@
       <dependency>
         <groupId>org.jetbrains.kotlin</groupId>
         <artifactId>kotlin-stdlib</artifactId>
-        <version>2.3.10</version>
+        <version>2.3.20</version>
       </dependency>
       <dependency>
         <groupId>org.jetbrains</groupId>
diff --git a/tika-pipes/tika-pipes-config-store-ignite/pom.xml 
b/tika-pipes/tika-pipes-config-store-ignite/pom.xml
index ac3c5278d4..c5d13ceb2d 100644
--- a/tika-pipes/tika-pipes-config-store-ignite/pom.xml
+++ b/tika-pipes/tika-pipes-config-store-ignite/pom.xml
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.jetbrains.kotlin</groupId>
         <artifactId>kotlin-stdlib</artifactId>
-        <version>2.3.10</version>
+        <version>2.3.20</version>
       </dependency>
       <dependency>
         <groupId>info.picocli</groupId>
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 7a431381ba..c435dd20da 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.62.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.30.0-beta</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>
     <!-- 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. -->

Reply via email to