From 3d104df9775da14c6fc81d1c86b8e813ddf1b491 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 15 Nov 2022 23:46:57 -0800 Subject: [PATCH] Upgrade re2 to 2022-04-01 (#31665) --- bazel/grpc_deps.bzl | 9 ++++----- third_party/re2 | 2 +- tools/run_tests/sanity/check_submodules.sh | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index dceeace99b6..779c2ef9c4b 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -275,12 +275,11 @@ def grpc_deps(): if "com_googlesource_code_re2" not in native.existing_rules(): http_archive( name = "com_googlesource_code_re2", - sha256 = "319a58a58d8af295db97dfeecc4e250179c5966beaa2d842a82f0a013b6a239b", - # Release 2021-09-01 - strip_prefix = "re2-8e08f47b11b413302749c0d8b17a1c94777495d5", + sha256 = "1ae8ccfdb1066a731bba6ee0881baad5efd2cd661acd9569b689f2586e1a50e9", + strip_prefix = "re2-2022-04-01", urls = [ - "https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/8e08f47b11b413302749c0d8b17a1c94777495d5.tar.gz", - "https://github.com/google/re2/archive/8e08f47b11b413302749c0d8b17a1c94777495d5.tar.gz", + "https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/2022-04-01.tar.gz", + "https://github.com/google/re2/archive/2022-04-01.tar.gz", ], ) diff --git a/third_party/re2 b/third_party/re2 index 8e08f47b11b..0c5616df9c0 160000 --- a/third_party/re2 +++ b/third_party/re2 @@ -1 +1 @@ -Subproject commit 8e08f47b11b413302749c0d8b17a1c94777495d5 +Subproject commit 0c5616df9c0aaa44c9440d87422012423d91c7d1 diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index a535a91bc8f..f31d91c1d59 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -37,7 +37,7 @@ third_party/libuv 02a9e1be252b623ee032a3137c0b0c94afbe6809 third_party/opencensus-proto 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89 third_party/opentelemetry 60fa8754d890b5c55949a8c68dcfd7ab5c2395df third_party/protobuf 24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb -third_party/re2 8e08f47b11b413302749c0d8b17a1c94777495d5 +third_party/re2 0c5616df9c0aaa44c9440d87422012423d91c7d1 third_party/xds cb28da3451f158a947dfc45090fe92b07b243bc1 third_party/zlib 04f42ceca40f73e2978b50e93806c2a18c1281fc EOF