Upgraded GRPC version to 1.42.0 (#7033)
authorDerek Bailey <derekbailey@google.com>
Tue, 25 Jan 2022 17:59:29 +0000 (09:59 -0800)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 17:59:29 +0000 (09:59 -0800)
WORKSPACE

index 01c1e86..93da163 100644 (file)
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -29,7 +29,7 @@ http_archive(
 )
 
 ##### GRPC
-_GRPC_VERSION = "1.39.0"
+_GRPC_VERSION = "1.42.0"
 
 http_archive(
     name = "com_github_grpc_grpc",