Skip to content

Commit

Permalink
Update to latest Bazel Common to pick up new dependency versions, inc…
Browse files Browse the repository at this point in the history
…luding for gRPC and log4j2.

RELNOTES=n/a
PiperOrigin-RevId: 572920760
  • Loading branch information
cgdecker authored and Flogger Team committed Oct 12, 2023
1 parent cb9e836 commit 82ef6ce
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 @@ -22,9 +22,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# https://travis-ci.org/github/google/flogger/builds
http_archive(
name = "google_bazel_common",
sha256 = "8ba02686ad2c9972ab31539bcbda7674d0b46f2ceb71aee417d2cf46d445ad4f",
strip_prefix = "bazel-common-c805fdbef7a7927606a2a48e08683952f58a2b71",
urls = ["https://github.com/google/bazel-common/archive/c805fdbef7a7927606a2a48e08683952f58a2b71.zip"],
sha256 = "4876c5cd6408e55d2f0247b3a5840ffb1c3553d74635e8954882b1cfbc7eef66",
strip_prefix = "bazel-common-be4f36260672a3b99d876c94eb66f0bd1f61db18",
urls = ["https://github.com/google/bazel-common/archive/be4f36260672a3b99d876c94eb66f0bd1f61db18.zip"],
)

load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
Expand Down

0 comments on commit 82ef6ce

Please sign in to comment.