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 000febbf44 Bump google-auth-library-oauth2-http.version from 1.43.0 to
1.45.0 (#2761)
000febbf44 is described below
commit 000febbf44bd4cb7115e5f0d4028e66b5f11f031
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 09:10:23 2026 +0200
Bump google-auth-library-oauth2-http.version from 1.43.0 to 1.45.0 (#2761)
Bumps `google-auth-library-oauth2-http.version` from 1.43.0 to 1.45.0.
Updates `com.google.auth:google-auth-library-oauth2-http` from 1.43.0 to
1.45.0
Updates `com.google.auth:google-auth-library-credentials` from 1.43.0 to
1.45.0
---
updated-dependencies:
- dependency-name: com.google.auth:google-auth-library-oauth2-http
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.auth:google-auth-library-credentials
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 e8660a5bb2..3f702eb59f 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
@@ -32,7 +32,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-rev20260322-2.0.0</google-api-services-drive.version>
-
<google-auth-library-oauth2-http.version>1.43.0</google-auth-library-oauth2-http.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>
</properties>