Skip to content

Commit

Permalink
fix: update gax-java to 1.58.2
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 328383688
  • Loading branch information
Google APIs authored and copybara-github committed Aug 25, 2020
1 parent 079e09a commit 1a97126
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,11 @@ apple_support_dependencies()
# Java
##############################################################################

_gax_java_version="1.58.2"
http_archive(
name = "com_google_api_gax_java",
strip_prefix = "gax-java-1.57.2",
urls = ["https://github.com/googleapis/gax-java/archive/v1.57.2.zip"],
strip_prefix = "gax-java-%s" % _gax_java_version,
urls = ["https://github.com/googleapis/gax-java/archive/v%s.zip" % _gax_java_version],
)

load("@com_google_api_gax_java//:repository_rules.bzl", "com_google_api_gax_java_properties")
Expand Down

0 comments on commit 1a97126

Please sign in to comment.