Skip to content

Commit

Permalink
Merge pull request #135 from malkia/renovate/grpc-java-1.x
Browse files Browse the repository at this point in the history
Update dependency grpc-java to v1.69.0
  • Loading branch information
malkia authored Dec 25, 2024
2 parents e081beb + d964501 commit a65ef60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ use_repo(
# '@com_google_protobuf_javalite//:protobuf_javalite' in attribute 'target' of tag 'override'.
# Is the module 'grpc-java' missing a bazel_dep or use_repo(..., "com_google_protobuf_javalite")?.
#
bazel_dep(name = "grpc-java", version = "1.68.1")
bazel_dep(name = "grpc-java", version = "1.69.0")

multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
multitool.hub(lockfile = "@otel_sdk//:multitool.lock.json")
Expand Down
2 changes: 1 addition & 1 deletion x/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ use_repo(
# '@com_google_protobuf_javalite//:protobuf_javalite' in attribute 'target' of tag 'override'.
# Is the module 'grpc-java' missing a bazel_dep or use_repo(..., "com_google_protobuf_javalite")?.
#
bazel_dep(name = "grpc-java", version = "1.68.1")
bazel_dep(name = "grpc-java", version = "1.69.0")

bazel_dep(name = "rules_cue", version = "0.9.0")

0 comments on commit a65ef60

Please sign in to comment.