From 9d65b2e5c68f11b0b694eb533e34d5c7322c0a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:28:21 +0000 Subject: [PATCH] Bump google-http-client-apache-v2 from 1.34.0 to 1.42.0 Bumps [google-http-client-apache-v2](https://github.com/googleapis/google-http-java-client) from 1.34.0 to 1.42.0. - [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/v1.34.0...v1.42.0) --- updated-dependencies: - dependency-name: com.google.http-client:google-http-client-apache-v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46a687fdbf..d78360d437 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ project.ext.dependencyStrings = [ // - 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.34.0', - GOOGLE_HTTP_CLIENT_APACHE_V2: 'com.google.http-client:google-http-client-apache-v2:1.34.0', + GOOGLE_HTTP_CLIENT_APACHE_V2: 'com.google.http-client:google-http-client-apache-v2:1.42.0', GOOGLE_AUTH_LIBRARY_OAUTH2_HTTP: 'com.google.auth:google-auth-library-oauth2-http:0.18.0', GUAVA: 'com.google.guava:guava:31.0.1-jre', JSR305: 'com.google.code.findbugs:jsr305:3.0.2', // transitively pulled in by GUAVA