This is an automated email from the ASF dual-hosted git repository.
THausherr 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 767a8b2e33 Bump google-http-client.version from 2.1.0 to 2.1.1 (#2931)
767a8b2e33 is described below
commit 767a8b2e337d2a87a0eb909107980b99d9cf34e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 08:33:21 2026 +0200
Bump google-http-client.version from 2.1.0 to 2.1.1 (#2931)
Bumps `google-http-client.version` from 2.1.0 to 2.1.1.
Updates `com.google.http-client:google-http-client` from 2.1.0 to 2.1.1
- [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.1.0...v2.1.1)
Updates `com.google.http-client:google-http-client-gson` from 2.1.0 to 2.1.1
- [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.1.0...v2.1.1)
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-version: 2.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.http-client:google-http-client-gson
dependency-version: 2.1.1
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 e6b8b4a1a6..42d73d9550 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
@@ -33,7 +33,7 @@
<google-api-services-drive.version>v3-rev20260428-2.0.0</google-api-services-drive.version>
<google-auth-library-oauth2-http.version>1.48.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>
+ <google-http-client.version>2.1.1</google-http-client.version>
</properties>
<dependencyManagement>