diff options
author | Derek Mauro <dmauro@google.com> | 2025-04-17 13:50:11 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2025-04-17 13:50:43 (GMT) |
commit | 155b337c938a2953e5675f9dc18c99f05f4c85d0 (patch) | |
tree | f2c74e76e078bbda004a756bc0477f6c90e15510 | |
parent | e90fe2485641bab0d6af4500192dc503384950d1 (diff) | |
download | googletest-main.zip googletest-main.tar.gz googletest-main.tar.bz2 |
Bump RE2 dependency to 2024-07-02.bcr.1main
Mirrors the change from https://github.com/bazelbuild/bazel-central-registry/pull/4342
PiperOrigin-RevId: 748665684
Change-Id: I775ff08130046ad7a2dd288e1a58e007e407acd3
-rw-r--r-- | MODULE.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 66eee54..15ae97b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -49,7 +49,7 @@ bazel_dep( ) bazel_dep( name = "re2", - version = "2024-07-02", + version = "2024-07-02.bcr.1", ) bazel_dep( |