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 e5151b1e5b TIKA-4327: update google-api
e5151b1e5b is described below

commit e5151b1e5bdb0971fe235128c726955bf7b49e3d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Feb 28 19:52:23 2026 +0100

    TIKA-4327: update google-api
---
 tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 ef26bcfa4b..3f5120d189 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,9 +31,9 @@
   <properties>
     
<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-api-services-drive.version>v3-rev20260220-2.0.0</google-api-services-drive.version>
     
<google-auth-library-oauth2-http.version>1.43.0</google-auth-library-oauth2-http.version>
-    <google-api-client.version>2.8.1</google-api-client.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