From 34360f709cbe89e8913df3d0a157f82f4d1b3ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 15:00:37 +0000 Subject: [PATCH] Bump google-http-client from 1.34.0 to 1.36.0 Bumps [google-http-client](https://github.com/googleapis/google-http-java-client) from 1.34.0 to 1.36.0. - [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.34.0...v1.36.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 970e6c239f..883b6c25fe 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ subprojects { // For Google libraries, check , , , // ... in https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-clients/pom.xml // for best compatibility. - GOOGLE_HTTP_CLIENT: 'com.google.http-client:google-http-client:1.34.0', + GOOGLE_HTTP_CLIENT: 'com.google.http-client:google-http-client:1.36.0', GOOGLE_HTTP_CLIENT_APACHE_V2: 'com.google.http-client:google-http-client-apache-v2:1.34.0', GOOGLE_AUTH_LIBRARY_OAUTH2_HTTP: 'com.google.auth:google-auth-library-oauth2-http:0.18.0', GUAVA: 'com.google.guava:guava:29.0-jre',