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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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",