Skip to content

Commit d17f8d6

Browse files
committed
Upgrade google-http-client and google-http-client-gson.
In bazelbuild#15176 we upgraded google-auth-library-oauth2-http to 1.6.0, but didn't upgrade its dependencies accordingly; Maven claims 1.41.4 is needed [1]. In turn, a new transitive dependency on opencensus-contrib-http-util 0.31.0 also becomes necessary [2]. Fixes bazelbuild#15639. [1] https://mvnrepository.com/artifact/com.google.auth/google-auth-library-oauth2-http/1.6.0 [2] https://mvnrepository.com/artifact/com.google.http-client/google-http-client/1.41.4 Partial commit for third_party/*, see bazelbuild#16082. Signed-off-by: Sunil Gowroji <[email protected]>
1 parent fc08f55 commit d17f8d6

6 files changed

+3
-2
lines changed

third_party/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ distrib_java_import(
170170
jars = [
171171
"api_client/google-api-client-1.22.0.jar",
172172
"api_client/google-api-client-gson-1.22.0.jar",
173-
"api_client/google-http-client-1.22.0-SNAPSHOT.jar",
174-
"api_client/google-http-client-gson-1.22.0.jar",
173+
"api_client/google-http-client-1.41.4.jar",
174+
"api_client/google-http-client-gson-1.41.4.jar",
175175
],
176176
runtime_deps = [
177177
":gson",
@@ -485,6 +485,7 @@ distrib_java_import(
485485
jars = [
486486
"opencensus/opencensus-api-0.24.0.jar",
487487
"opencensus/opencensus-contrib-grpc-metrics-0.24.0.jar",
488+
"opencensus/opencensus-contrib-http-util-0.31.0.jar",
488489
],
489490
)
490491

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)