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 f0dc43faa6 TIKA-4836: update google-api-services-drive,
google-api-client
f0dc43faa6 is described below
commit f0dc43faa663bdf44db13525edc146883994e93c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Sep 5 13:19:27 2026 +0200
TIKA-4836: update google-api-services-drive, google-api-client
---
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 3ca01098c2..b3f9b47155 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,9 +28,9 @@
<artifactId>tika-pipes-google-drive</artifactId>
<name>Apache Tika Pipes Google Drive</name>
<properties>
-
<google-api-services-drive.version>v3-rev20260823-2.0.0</google-api-services-drive.version>
+
<google-api-services-drive.version>v3-rev20260901-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-api-client.version>2.9.1</google-api-client.version>
<google-http-client.version>2.2.0</google-http-client.version>
</properties>