From f89fa8efacf09cf70fe0e731c3084a7d72751845 Mon Sep 17 00:00:00 2001 From: Sam Berlin Date: Wed, 10 Jan 2024 07:11:24 -0800 Subject: [PATCH] Update the google_bazel_common ref. The existing one was too old and referenced libs that aren't published anymore. PiperOrigin-RevId: 597240832 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b853951930..b7a7e5b43c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,9 +16,9 @@ load("@rules_jvm_external//:specs.bzl", "maven") http_archive( name = "google_bazel_common", - sha256 = "a8168646fbec5fe020b73ee6f2c0cd7480efb101f4d4c18d4cd703a56e4748ae", - strip_prefix = "bazel-common-bf8e5ef95b118d1716b0cb4982cf15b6ed1c896f", - urls = ["https://github.com/google/bazel-common/archive/bf8e5ef95b118d1716b0cb4982cf15b6ed1c896f.zip"], + sha256 = "0ba40405bc4cc095dd1ace08d145fe238798388f26c4ad0725e801b7e16e0f27", + strip_prefix = "bazel-common-d4ada735afa0ab044957cfa21849be577756a6cd", + urls = ["https://github.com/google/bazel-common/archive/d4ada735afa0ab044957cfa21849be577756a6cd.zip"], ) load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")