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 b2e0dd5630 Bump google-http-client.version from 2.0.0 to 2.0.3 (#2512)
b2e0dd5630 is described below
commit b2e0dd56308128208365a437199adfc60f6fc32e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 07:02:59 2026 +0100
Bump google-http-client.version from 2.0.0 to 2.0.3 (#2512)
Bumps `google-http-client.version` from 2.0.0 to 2.0.3.
Updates `com.google.http-client:google-http-client` from 2.0.0 to 2.0.3
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v2.0.0...v2.0.3)
Updates `com.google.http-client:google-http-client-gson` from 2.0.0 to 2.0.3
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v2.0.0...v2.0.3)
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.http-client:google-http-client-gson
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 eb0e5e4521..c5cdd65bdb 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
@@ -34,7 +34,7 @@
<google-api-services-drive.version>v3-rev20251210-2.0.0</google-api-services-drive.version>
<google-auth-library-oauth2-http.version>1.41.0</google-auth-library-oauth2-http.version>
<google-api-client.version>2.8.1</google-api-client.version>
- <google-http-client.version>2.0.0</google-http-client.version>
+ <google-http-client.version>2.0.3</google-http-client.version>
</properties>
<dependencyManagement>