File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ python.toolchain(
5353)
5454
5555bazel_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 " )
Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
2727mark_as_advanced (GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256 )
2828
2929set (_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
30- "0b3dec847f1045e47991c1539d4c69d8b025cfe8 " )
30+ "c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9 " )
3131set (_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32- "815f0297d0e90158a68a4fe2e2a164ce45b36de12d868585837b67f5dfd90964 " )
32+ "8ce00cdda7a5c1595fc539b2611f7084344bd08dd07d6e0be03068afb4bc6e8a " )
3333
3434set (DOXYGEN_ALIASES
3535 "googleapis_link{2}=\" [\\ 1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA} /\\ 2)\" "
You can’t perform that action at this time.
0 commit comments