Skip to content

Commit bf5aec7

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
1 parent be486b1 commit bf5aec7

6 files changed

+3
-2
lines changed

third_party/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ distrib_java_import(
165165
jars = [
166166
"api_client/google-api-client-1.22.0.jar",
167167
"api_client/google-api-client-gson-1.22.0.jar",
168-
"api_client/google-http-client-1.22.0-SNAPSHOT.jar",
169-
"api_client/google-http-client-gson-1.22.0.jar",
168+
"api_client/google-http-client-1.41.4.jar",
169+
"api_client/google-http-client-gson-1.41.4.jar",
170170
],
171171
runtime_deps = [
172172
":gson",
@@ -508,6 +508,7 @@ distrib_java_import(
508508
jars = [
509509
"opencensus/opencensus-api-0.24.0.jar",
510510
"opencensus/opencensus-contrib-grpc-metrics-0.24.0.jar",
511+
"opencensus/opencensus-contrib-http-util-0.31.0.jar",
511512
],
512513
)
513514

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)