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
commit be1d95202d3cfee6b0b854c575ab903a25dc1f0e Author: Tilman Hausherr <[email protected]> AuthorDate: Sat Sep 5 18:19:23 2026 +0200 TIKA-4836: update google-auth-library-oauth2-http --- 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 b3f9b47155..c62ca6e11f 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 @@ -29,7 +29,7 @@ <name>Apache Tika Pipes Google Drive</name> <properties> <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-auth-library-oauth2-http.version>1.52.0</google-auth-library-oauth2-http.version> <google-api-client.version>2.9.1</google-api-client.version> <google-http-client.version>2.2.0</google-http-client.version> </properties>
