diff --git a/extensions.bzl b/extensions.bzl index 2f44be2..2eb9847 100644 --- a/extensions.bzl +++ b/extensions.bzl @@ -39,9 +39,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") def _non_module_deps_implementation(ctx): http_archive( name = "google_bazel_common", - sha256 = "5b69eb045604380b1a2b5ed197dbac7f3558b3ee21cd823f601c9238867a56f2", - strip_prefix = "bazel-common-bcab8e88c51a83e3bc91222db50d90395d2148ba", - urls = ["https://github.com/google/bazel-common/archive/bcab8e88c51a83e3bc91222db50d90395d2148ba.tar.gz"], + sha256 = "5d1386efa4f44b495ab4392dc41db28ce32ca554dbd4a96d5de49733fb2c9192", + strip_prefix = "bazel-common-86db7a86d646f1e47613510722fbc0797037384f", + urls = ["https://github.com/google/bazel-common/archive/86db7a86d646f1e47613510722fbc0797037384f.tar.gz"], ) non_module_deps = module_extension(