From 2fd79f0b801f652cc207590613b441a7d55f7574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:51:48 +0200 Subject: [PATCH] [maintenance] updated grpc to 1.57.0 (#447) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 8ccae4915..e97de1e07 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -188,8 +188,8 @@ maven_install( "com.fasterxml.jackson.core:jackson-databind:2.15.2", "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2", "com.google.protobuf:protobuf-java:3.23.4", - "io.grpc:grpc-stub:1.56.1", - "io.grpc:grpc-netty:1.56.1", + "io.grpc:grpc-stub:1.57.0", + "io.grpc:grpc-netty:1.57.0", # tests "org.junit.jupiter:junit-jupiter-api:5.10.0",