diff --git a/extensions.bzl b/extensions.bzl index 7af7b5f..cd6381d 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 = "f3384a43571cd46564b0aa0a8fd65b7a0551a9341ebda6c30d1cda83ca71ad33", - strip_prefix = "bazel-common-e3bcb291928af4d263f54cba8364becb0ad7704d", - urls = ["https://github.com/google/bazel-common/archive/e3bcb291928af4d263f54cba8364becb0ad7704d.tar.gz"], + sha256 = "c2979593c27d39e6cd1b30eeb35a2016ddb4d8327c9608a4f76b670fee80e3d1", + strip_prefix = "bazel-common-2ac0ad42c94b7f0367a53a75c8da7b83c42d00d9", + urls = ["https://github.com/google/bazel-common/archive/2ac0ad42c94b7f0367a53a75c8da7b83c42d00d9.tar.gz"], ) non_module_deps = module_extension(