File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ go_register_toolchains(version = "1.16")
111111# rules_gapic also depends on rules_go, so it must come after our own dependency on rules_go.
112112# It must also come before gapic-generator-go so as to ensure that it does not bring in an old
113113# version of rules_gapic.
114- _rules_gapic_version = "0.15 .0"
114+ _rules_gapic_version = "0.16 .0"
115115
116- _rules_gapic_sha256 = "1da19934301ed71a1faa6a4dc19c9c1c01729fe31a58edcf520befc1002af22d "
116+ _rules_gapic_sha256 = "161c6578a3da09a16f0ecc3a8beaeeee84886550ad78c051a567b154434921da "
117117
118118http_archive (
119119 name = "rules_gapic" ,
@@ -230,7 +230,7 @@ maven_install(
230230 ],
231231)
232232
233- _gax_java_version = "2.18.4 "
233+ _gax_java_version = "2.19.0 "
234234
235235http_archive (
236236 name = "com_google_api_gax_java" ,
@@ -255,7 +255,7 @@ grpc_java_repositories()
255255
256256# Java microgenerator.
257257# Must go AFTER java-gax, since both java gax and gapic-generator are written in java and may conflict.
258- _gapic_generator_java_version = "2.8.3 "
258+ _gapic_generator_java_version = "2.10.0 "
259259
260260http_archive (
261261 name = "gapic_generator_java" ,
You can’t perform that action at this time.
0 commit comments