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 3f2e7f275 TIKA-4327: update kotlin, netty, testcontainers
3f2e7f275 is described below
commit 3f2e7f27530062eeecb0b4864eab9d11fe9a93a7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Dec 16 15:20:45 2025 +0100
TIKA-4327: update kotlin, netty, testcontainers
---
tika-parent/pom.xml | 6 +++---
tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 070c3cc59..bc3781b3b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -414,7 +414,7 @@
<mockito.version>5.21.0</mockito.version>
<mockito-junit-jupiter.version>5.21.0</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
- <netty.version>4.2.8.Final</netty.version>
+ <netty.version>4.2.9.Final</netty.version>
<oak.jackrabbit.version>1.88.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<opennlp.version>2.5.7</opennlp.version>
@@ -439,8 +439,8 @@
<spring.version>7.0.2</spring.version>
<sqlite.version>3.51.1.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
- <testcontainers.version>2.0.2</testcontainers.version>
- <testcontainersv1.version>1.21.3</testcontainersv1.version>
+ <testcontainers.version>2.0.3</testcontainers.version>
+ <testcontainersv1.version>1.21.4</testcontainersv1.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.11</tukaani.version>
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>
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 ced09eea3..4fef6c40c 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.58.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-RC3</kotlin-stdlib.version>
+ <kotlin-stdlib.version>2.3.0</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. -->