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 6167f10939 TIKA-4327: update google-auth-library-oauth2-http, google
cloud, aws
6167f10939 is described below
commit 6167f1093939107101b7c127ae6d7e58fc2d2034
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 7 05:38:45 2026 +0200
TIKA-4327: update google-auth-library-oauth2-http, google cloud, aws
---
tika-parent/pom.xml | 4 ++--
tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index baa99c8b07..625b6ad46e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,8 +314,8 @@
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
- <google.cloud.version>2.67.0</google.cloud.version>
- <aws2.version>2.44.1</aws2.version>
+ <google.cloud.version>2.68.0</google.cloud.version>
+ <aws2.version>2.44.3</aws2.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
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 fcaeddc8b2..880382d3e0 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-rev20260428-2.0.0</google-api-services-drive.version>
-
<google-auth-library-oauth2-http.version>1.46.0</google-auth-library-oauth2-http.version>
+
<google-auth-library-oauth2-http.version>1.47.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>
</properties>