Skip to content

Commit

Permalink
Bump grpc version (#5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlaja authored Oct 31, 2023
1 parent 7e8b804 commit 2ed261e
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 @@ -900,9 +900,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 2ed261e

Please sign in to comment.