Skip to content

Commit

Permalink
Update google-api-client to 1.35.0 bazelbuild#208
Browse files Browse the repository at this point in the history
google-api-client migrated from jackson to gson
see googleapis/google-api-java-client#1661.
The first release that contained this change is 1.32.1.
Bazel removed the jackson artifacts but did not update the library
accordingly and fails at runtime when google-api-client tries to
access jackson classes

Updating to first version after 1.32.1 that does not have any
listed vulnerability
  • Loading branch information
Mauricio Galindo committed Sep 29, 2022
1 parent f71bbcf commit 731f799
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/BUILD
Expand Up @@ -163,8 +163,8 @@ distrib_java_import(
name = "api_client",
enable_distributions = ["debian"],
jars = [
"api_client/google-api-client-1.22.0.jar",
"api_client/google-api-client-gson-1.22.0.jar",
"api_client/google-api-client-1.35.0.jar",
"api_client/google-api-client-gson-1.35.0.jar",
"api_client/google-http-client-1.41.4.jar",
"api_client/google-http-client-gson-1.41.4.jar",
],
Expand Down
Binary file removed third_party/api_client/google-api-client-1.22.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 731f799

Please sign in to comment.