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 891a808b7 TIKA-4327: update kotlin, commons exec, aws
891a808b7 is described below

commit 891a808b7d69e1fe6bad7819a55b6919527c3d34
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Dec 3 11:10:13 2025 +0100

    TIKA-4327: update kotlin, commons exec, aws
---
 tika-parent/pom.xml                                              | 4 ++--
 tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 55079d83f..96a54ca4b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,7 +311,7 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.60.0</google.cloud.version>
-    <aws2.version>2.39.6</aws2.version>
+    <aws2.version>2.40.0</aws2.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in 
org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -336,7 +336,7 @@
     <commons.collections4.version>4.5.0</commons.collections4.version>
     <commons.compress.version>1.28.0</commons.compress.version>
     <commons.csv.version>1.14.1</commons.csv.version>
-    <commons.exec.version>1.5.0</commons.exec.version>
+    <commons.exec.version>1.6.0</commons.exec.version>
     <commons.fileupload.version>1.6.0</commons.fileupload.version>
     <commons.io.version>2.21.0</commons.io.version>
     <commons.lang3.version>3.20.0</commons.lang3.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 5ff779966..75ea445fb 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.57.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-RC</kotlin-stdlib.version>
+    <kotlin-stdlib.version>2.3.0-RC2</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. -->

Reply via email to