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

commit 2a677189f873ace8665f6ce6cfc1e8e6d1c4981e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Apr 13 13:19:41 2026 +0200

    TIKA-4327: update google api services
---
 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 3f702eb59f..405a756dea 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 @@
   <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-rev20260322-2.0.0</google-api-services-drive.version>
+    
<google-api-services-drive.version>v3-rev20260405-2.0.0</google-api-services-drive.version>
     
<google-auth-library-oauth2-http.version>1.45.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>

Reply via email to