From 155b337c938a2953e5675f9dc18c99f05f4c85d0 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Thu, 17 Apr 2025 06:50:11 -0700 Subject: [PATCH] Bump RE2 dependency to 2024-07-02.bcr.1 Mirrors the change from https://github.com/bazelbuild/bazel-central-registry/pull/4342 PiperOrigin-RevId: 748665684 Change-Id: I775ff08130046ad7a2dd288e1a58e007e407acd3 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 66eee541..15ae97b3 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(