From dc04053888aa709f2552f8a0a36fe11e731ec3f0 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Tue, 30 Jan 2024 13:36:25 -0800 Subject: [PATCH] Update bazel-common to pick up Guava 33.0.0 and Truth to 1.3.0. New commit: https://github.com/google/bazel-common/commit/2a6b6406e12208e02b2060df0631fb30919080f3 This helps with https://github.com/google/truth/issues/746. PiperOrigin-RevId: 602826483 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b7a7e5b43c..98684b633d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,9 +16,9 @@ load("@rules_jvm_external//:specs.bzl", "maven") http_archive( name = "google_bazel_common", - sha256 = "0ba40405bc4cc095dd1ace08d145fe238798388f26c4ad0725e801b7e16e0f27", - strip_prefix = "bazel-common-d4ada735afa0ab044957cfa21849be577756a6cd", - urls = ["https://github.com/google/bazel-common/archive/d4ada735afa0ab044957cfa21849be577756a6cd.zip"], + sha256 = "82a49fb27c01ad184db948747733159022f9464fc2e62da996fa700594d9ea42", + strip_prefix = "bazel-common-2a6b6406e12208e02b2060df0631fb30919080f3", + urls = ["https://github.com/google/bazel-common/archive/2a6b6406e12208e02b2060df0631fb30919080f3.zip"], ) load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")