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 7263844498 TIKA-4327: update aws, google auth, google http
7263844498 is described below

commit 72638444988cc21501c78f88e421f073e3b1c5ee
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jan 24 12:27:56 2026 +0100

    TIKA-4327: update aws, google auth, google http
---
 tika-parent/pom.xml                                           | 2 +-
 tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 11ef15975d..756d249167 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,7 +314,7 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.62.0</google.cloud.version>
-    <aws2.version>2.41.10</aws2.version>
+    <aws2.version>2.41.14</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.
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 c71d6bd392..11619dd382 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
@@ -32,9 +32,9 @@
     
<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-rev20251210-2.0.0</google-api-services-drive.version>
-    
<google-auth-library-oauth2-http.version>1.41.0</google-auth-library-oauth2-http.version>
+    
<google-auth-library-oauth2-http.version>1.42.1</google-auth-library-oauth2-http.version>
     <google-api-client.version>2.8.1</google-api-client.version>
-    <google-http-client.version>2.0.3</google-http-client.version>
+    <google-http-client.version>2.1.0</google-http-client.version>
   </properties>
 
   <dependencyManagement>
@@ -92,12 +92,10 @@
     <dependency>
       <groupId>com.google.api-client</groupId>
       <artifactId>google-api-client</artifactId>
-      <version>${google-api-client.version}</version>
     </dependency>
     <dependency>
       <groupId>com.google.auth</groupId>
       <artifactId>google-auth-library-oauth2-http</artifactId>
-      <version>${google-auth-library-oauth2-http.version}</version>
     </dependency>
     <dependency>
       <groupId>com.google.apis</groupId>

Reply via email to