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 c6cd5a71bf Bump google-auth-library-oauth2-http.version from 1.42.1 to
1.43.0 (#2627)
c6cd5a71bf is described below
commit c6cd5a71bf27c3cc10be6d2cb8fa959faf834456
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 14:49:10 2026 +0100
Bump google-auth-library-oauth2-http.version from 1.42.1 to 1.43.0 (#2627)
Bumps `google-auth-library-oauth2-http.version` from 1.42.1 to 1.43.0.
Updates `com.google.auth:google-auth-library-oauth2-http` from 1.42.1 to
1.43.0
Updates `com.google.auth:google-auth-library-credentials` from 1.42.1 to
1.43.0
- [Release
notes](https://github.com/googleapis/google-auth-library-java/releases)
-
[Changelog](https://github.com/googleapis/google-auth-library-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-auth-library-java/compare/v1.42.1...v1.43.0)
---
updated-dependencies:
- dependency-name: com.google.auth:google-auth-library-oauth2-http
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.auth:google-auth-library-credentials
dependency-version: 1.43.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 16dac81649..ef26bcfa4b 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-rev20251210-2.0.0</google-api-services-drive.version>
-
<google-auth-library-oauth2-http.version>1.42.1</google-auth-library-oauth2-http.version>
+
<google-auth-library-oauth2-http.version>1.43.0</google-auth-library-oauth2-http.version>
<google-api-client.version>2.8.1</google-api-client.version>
<google-http-client.version>2.1.0</google-http-client.version>
</properties>