Skip to content

Commit

Permalink
Bump grpc-java version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kotlaja authored and copybara-github committed Oct 31, 2023
1 parent 9f8c8ff commit c1a3e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c1a3e0d

Please sign in to comment.