Skip to content

Commit 7ce4882

Browse files
authored
Merge pull request #407 from eclipse-score/4og_downgrade_grpc
Use `grpc-java` dependency instead of `grpc` in the flatbuffers workaround
2 parents 0fbd8ba + 084c99a commit 7ce4882

3 files changed

Lines changed: 9258 additions & 187 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ bazel_dep(name = "flatbuffers", version = "25.12.19")
223223
#
224224
# TODO: Remove once flatbuffers releases a version containing the following fix.
225225
# https://github.com/google/flatbuffers/commit/2b8e4d3af04a6c38c7a7e19460fc26faa3608c9e
226-
bazel_dep(name = "grpc", version = "1.76.0")
226+
bazel_dep(name = "grpc-java", version = "1.75.0.bcr.1")
227227
bazel_dep(name = "nlohmann_json", version = "3.11.3")
228228
bazel_dep(name = "bazel_skylib", version = "1.9.0")
229229

0 commit comments

Comments
 (0)