Skip to content

Commit bc2e366

Browse files
committed
chore: update googleapis SHA circa 2026-04-02
PiperOrigin-RevId: 893555698
1 parent fdbec33 commit bc2e366

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ python.toolchain(
5353
)
5454

5555
bazel_dep(name = "grpc", version = "1.76.0.bcr.1")
56-
bazel_dep(name = "googleapis", version = "0.0.0-20260323-0b3dec84")
57-
bazel_dep(name = "googleapis-cc", version = "1.0.0")
58-
bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0")
56+
bazel_dep(name = "googleapis", version = "0.0.0-20260402-c8ca5bce")
57+
bazel_dep(name = "googleapis-cc", version = "1.1.5")
58+
bazel_dep(name = "googleapis-grpc-cc", version = "1.1.5")

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ def gl_cpp_workspace0(name = None):
136136
http_archive,
137137
name = "googleapis",
138138
urls = [
139-
"https://github.com/googleapis/googleapis/archive/0b3dec847f1045e47991c1539d4c69d8b025cfe8.tar.gz",
139+
"https://github.com/googleapis/googleapis/archive/c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9.tar.gz",
140140
],
141-
sha256 = "815f0297d0e90158a68a4fe2e2a164ce45b36de12d868585837b67f5dfd90964",
142-
strip_prefix = "googleapis-0b3dec847f1045e47991c1539d4c69d8b025cfe8",
141+
sha256 = "8ce00cdda7a5c1595fc539b2611f7084344bd08dd07d6e0be03068afb4bc6e8a",
142+
strip_prefix = "googleapis-c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9",
143143
build_file = Label("//bazel:googleapis.BUILD"),
144144
# Scaffolding for patching googleapis after download. For example:
145145
patches = [

cmake/GoogleapisConfig.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
2727
mark_as_advanced(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)
2828

2929
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
30-
"0b3dec847f1045e47991c1539d4c69d8b025cfe8")
30+
"c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"815f0297d0e90158a68a4fe2e2a164ce45b36de12d868585837b67f5dfd90964")
32+
"8ce00cdda7a5c1595fc539b2611f7084344bd08dd07d6e0be03068afb4bc6e8a")
3333

3434
set(DOXYGEN_ALIASES
3535
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""

0 commit comments

Comments
 (0)