This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 eaa33a1b4c TIKA-4738: update google cloud, aws, jna, kotlin
eaa33a1b4c is described below

commit eaa33a1b4c789111d3fc7bcf13f9eae54e4f1109
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jun 6 14:51:54 2026 +0200

    TIKA-4738: update google cloud, aws, jna, kotlin
---
 tika-parent/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 341cdd93e0..f4510e4528 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -313,8 +313,8 @@
 
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.68.0</google.cloud.version>
-    <aws2.version>2.45.1</aws2.version>
+    <google.cloud.version>2.69.0</google.cloud.version>
+    <aws2.version>2.46.5</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.
@@ -385,7 +385,7 @@
     <jetty.version>11.0.26</jetty.version>
     <!-- 2.0.* needs java 17 -->
     <jhighlight.version>1.1.1</jhighlight.version>
-    <jna.version>5.18.1</jna.version>
+    <jna.version>5.19.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>
     <jsoup.version>1.22.2</jsoup.version>
     <jsr305.version>3.0.2</jsr305.version>
@@ -395,7 +395,7 @@
     <junrar.version>7.6.0</junrar.version>
     <jwarc.version>0.36.0</jwarc.version>
     <kafka.version>4.3.0</kafka.version>
-    <kotlin-stdlib.version>2.3.21</kotlin-stdlib.version>
+    <kotlin-stdlib.version>2.4.0</kotlin-stdlib.version>
     <libpst.version>0.9.3</libpst.version>
     <!-- 3.x requires jdk17 -->
     <log4j2.version>2.26.0</log4j2.version>
@@ -1106,6 +1106,12 @@
         <artifactId>nimbus-jose-jwt</artifactId>
         <version>${nimbus-jose-jwt.version}</version>
       </dependency>
+      <!-- TODO try removing after updating aws2, last tested with 2.46.5, 
trouble with transcribe -->
+      <dependency>
+        <groupId>org.apache.httpcomponents.core5</groupId>
+        <artifactId>httpcore5</artifactId>
+        <version>5.4.2</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to