From 0c9de0352affbacac032777cf50c78dee40cdc56 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Tue, 25 Jan 2022 09:59:29 -0800 Subject: [PATCH] Upgraded GRPC version to 1.42.0 (#7033) --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 01c1e8631..93da163ab 100644 --- 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",