From 6d055ba3c255a83521b3206c63f409fdd0e49d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:22:46 +0000 Subject: [PATCH] Bump google-http-client from 1.38.1 to 1.39.1 Bumps [google-http-client](https://github.com/googleapis/google-http-java-client) from 1.38.1 to 1.39.1. - [Release notes](https://github.com/googleapis/google-http-java-client/releases) - [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.38.1...v1.39.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 397d01240f..4fd0ea9ca6 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ subprojects { // For Google libraries, check the following boms for best compatibility. // - https://github.com/googleapis/java-shared-dependencies // - https://github.com/googleapis/java-cloud-bom - GOOGLE_HTTP_CLIENT: 'com.google.http-client:google-http-client:1.38.1', + GOOGLE_HTTP_CLIENT: 'com.google.http-client:google-http-client:1.39.1', GOOGLE_HTTP_CLIENT_APACHE_V2: 'com.google.http-client:google-http-client-apache-v2:1.38.1', GOOGLE_AUTH_LIBRARY_OAUTH2_HTTP: 'com.google.auth:google-auth-library-oauth2-http:0.22.2', GUAVA: 'com.google.guava:guava:30.1-jre',