diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 3251fbf93ec9..5a575838b441 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1262,12 +1262,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "RE2", project_desc = "RE2, a regular expression library", project_url = "https://github.com/google/re2", - version = "2023-09-01", - sha256 = "5bb6875ae1cd1e9fedde98018c346db7260655f86fdb8837e3075103acd3649b", + version = "2023-11-01", + sha256 = "4e6593ac3c71de1c0f322735bc8b0492a72f66ffccfad76e259fa21c41d27d8a", strip_prefix = "re2-{version}", urls = ["https://github.com/google/re2/archive/{version}.tar.gz"], use_category = ["controlplane", "dataplane_core"], - release_date = "2023-08-31", + release_date = "2023-10-31", cpe = "N/A", license = "BSD-3-Clause", license_url = "https://github.com/google/re2/blob/{version}/LICENSE",