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 48a9ea8621 TIKA-4836: update google drive API
48a9ea8621 is described below

commit 48a9ea86215a6b3e8af2ffc2ac4d4d6e81d2286f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 28 12:18:22 2026 +0200

    TIKA-4836: update google drive API
---
 tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b3926c236f..3ca01098c2 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
@@ -28,7 +28,7 @@
   <artifactId>tika-pipes-google-drive</artifactId>
   <name>Apache Tika Pipes Google Drive</name>
   <properties>
-    
<google-api-services-drive.version>v3-rev20260720-2.0.0</google-api-services-drive.version>
+    
<google-api-services-drive.version>v3-rev20260823-2.0.0</google-api-services-drive.version>
     
<google-auth-library-oauth2-http.version>1.51.0</google-auth-library-oauth2-http.version>
     <google-api-client.version>2.9.0</google-api-client.version>
     <google-http-client.version>2.2.0</google-http-client.version>

Reply via email to