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 720e083421 TIKA-4327: put kotlin version variable in parent
720e083421 is described below
commit 720e0834219a074d8ad57b5ff8469889f416be61
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 17 09:14:51 2026 +0100
TIKA-4327: put kotlin version variable in parent
---
tika-parent/pom.xml | 3 ++-
tika-pipes/tika-pipes-config-store-ignite/pom.xml | 2 +-
tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b840e67f69..3964fa2ae7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -404,6 +404,7 @@
<junrar.version>7.5.8</junrar.version>
<jwarc.version>0.35.0</jwarc.version>
<kafka.version>4.2.0</kafka.version>
+ <kotlin-stdlib.version>2.3.20</kotlin-stdlib.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.25.3</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
@@ -1227,7 +1228,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
- <version>2.3.20</version>
+ <version>${kotlin-stdlib.version}</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 c5d13ceb2d..349dee4645 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.20</version>
+ <version>${kotlin-stdlib.version}</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 c435dd20da..fbd041d7ba 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,6 @@
<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.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. -->