Skip to content

Commit

Permalink
Bump io_grpc_grpc_java dep (#45)
Browse files Browse the repository at this point in the history
Recent protobuf appears to have introduced a change which breaks this
version, removing `google/protobuf/compiler/java/java_names.h`.

Also, we're already using 1.47.0 in `contrib_rules_jvm_deps`, so this is
consistent across the file.
  • Loading branch information
illicitonion authored Jun 30, 2022
1 parent 26c6f1d commit 70a27e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def contrib_rules_jvm_gazelle_deps():
maybe(
http_archive,
name = "io_grpc_grpc_java",
sha256 = "e3781bcab2a410a7cd138f13b2e6a643e111575f6811b154c570f4d020e87507",
strip_prefix = "grpc-java-1.44.0",
urls = ["https://github.com/grpc/grpc-java/archive/v1.44.0.tar.gz"],
sha256 = "0f6cf8c1e97757333e08975c8637093b40540a54a201cfd3ce284c8d1d073fae",
strip_prefix = "grpc-java-1.47.0",
urls = ["https://github.com/grpc/grpc-java/archive/v1.47.0.tar.gz"],
)

maybe(
Expand Down

0 comments on commit 70a27e6

Please sign in to comment.