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 203da8cbc6 TIKA-4327: update google auth
203da8cbc6 is described below

commit 203da8cbc6ae7fb52e8927d765599d424068bd7d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jul 9 11:24:09 2026 +0200

    TIKA-4327: update google auth
---
 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 797cab428e..200decd2ac 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 @@
     
<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-rev20260624-2.0.0</google-api-services-drive.version>
-    
<google-auth-library-oauth2-http.version>1.48.0</google-auth-library-oauth2-http.version>
+    
<google-auth-library-oauth2-http.version>1.49.0</google-auth-library-oauth2-http.version>
     <google-api-client.version>2.9.0</google-api-client.version>
     <google-http-client.version>2.1.1</google-http-client.version>
   </properties>

Reply via email to