From 8c4acf474159e92624f09acde8189db34549f54e Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Tue, 31 Oct 2023 07:48:20 -0700 Subject: [PATCH] Bump grpc-java version The new version of grpc-java has the fix for the migration of Automatic Exec Groups - AEGs. In order to move forward with enabling AEGs inside Bazel, this new release must be used. PiperOrigin-RevId: 578181819 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f713e1f7e85..914c7f64793 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -659,9 +659,9 @@ http_archive( # gRPC Java http_archive( name = "io_grpc_grpc_java", - sha256 = "4a021ea9ebb96f5841a135c168209cf2413587a0f8ce71a2bf37b3aad847b0d0", - strip_prefix = "grpc-java-1.57.1", - url = "https://github.com/grpc/grpc-java/archive/v1.57.1.tar.gz", + sha256 = "3bcf6be49fc7ab8187577a5211421258cb8e6d179f46023cc82e42e3a6188e51", + strip_prefix = "grpc-java-1.59.0", + url = "https://github.com/grpc/grpc-java/archive/refs/tags/v1.59.0.tar.gz", ) jvm_maven_import_external(