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

asf-gitbox-commits 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 110fc5f069 TIKA-4327: update google-auth-library-oauth2-http, aws2, 
google cloud, biz.aqute, jna, kotlin, micronaut
110fc5f069 is described below

commit 110fc5f069e21f387115b2e7e94c44ef89db203e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jun 6 12:39:30 2026 +0200

    TIKA-4327: update google-auth-library-oauth2-http, aws2, google cloud, 
biz.aqute, jna, kotlin, micronaut
---
 tika-parent/pom.xml                                    | 18 ++++++++++++------
 .../tika-pipes-plugins/tika-pipes-google-drive/pom.xml |  2 +-
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2d3f398919..af597ecc38 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -315,15 +315,15 @@
     
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
     <!-- 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.
     -->
     <asm.version>9.10.1</asm.version>
     <azure.version>1.3.7</azure.version>
-    <biz.aqute.version>7.2.3</biz.aqute.version>
+    <biz.aqute.version>7.3.0</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!--  used by POI, PDFBox and Jackcess encrypt ...try to sync -->
     <bouncycastle.version>1.84</bouncycastle.version>
@@ -395,7 +395,7 @@
     <jetty.version>11.0.26</jetty.version>
     <jetty.http2.version>11.0.26</jetty.http2.version>
     <jhighlight.version>2.0.0</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>
@@ -404,7 +404,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>
     <log4j2.version>2.26.0</log4j2.version>
     <lombok.version>1.18.46</lombok.version>
@@ -415,7 +415,7 @@
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <!-- can't update to 4 because Apache Ignite needs 
io.micronaut.core.convert.DefaultConversionService
          which no longer exists in 4.0: 
https://stackoverflow.com/questions/79937141/    -->
-    <micronaut.version>3.10.7</micronaut.version>
+    <micronaut.version>3.10.8</micronaut.version>
     <mime4j.version>0.8.14</mime4j.version>
     <mockito.version>5.23.0</mockito.version>
     <mockito-junit-jupiter.version>5.23.0</mockito-junit-jupiter.version>
@@ -1237,6 +1237,12 @@
         <artifactId>jakarta.inject-api</artifactId>
         <version>2.0.1.MR</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>
 
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml 
b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
index b697b0e97c..e6b8b4a1a6 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
@@ -31,7 +31,7 @@
     
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
     
<plugin.excluded.groupIds>org.apache.logging.log4j,org.slf4j</plugin.excluded.groupIds>
     
<google-api-services-drive.version>v3-rev20260428-2.0.0</google-api-services-drive.version>
-    
<google-auth-library-oauth2-http.version>1.47.0</google-auth-library-oauth2-http.version>
+    
<google-auth-library-oauth2-http.version>1.48.0</google-auth-library-oauth2-http.version>
     <google-api-client.version>2.9.0</google-api-client.version>
     <google-http-client.version>2.1.0</google-http-client.version>
   </properties>

Reply via email to