Upgraded GRPC version to 1.42.0 (#7033)

This commit is contained in:
Derek Bailey
2022-01-25 09:59:29 -08:00
committed by GitHub
parent a783bc9267
commit 0c9de0352a

View File

@@ -29,7 +29,7 @@ http_archive(
)
##### GRPC
_GRPC_VERSION = "1.39.0"
_GRPC_VERSION = "1.42.0"
http_archive(
name = "com_github_grpc_grpc",