Skip to content

Commit 82ea951

Browse files
authored
Merge pull request #128 from malkia/renovate/protobuf-29.x
Update dependency protobuf to v29.2
2 parents 8221148 + d51721d commit 82ea951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ archive_override(
5353
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
5454
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5555
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
56-
bazel_dep(name = "protobuf", version = "29.1")
56+
bazel_dep(name = "protobuf", version = "29.2")
5757
bazel_dep(name = "opentelemetry-proto", version = "1.4.0.bcr.1")
5858
archive_override(
5959
module_name = "opentelemetry-proto",

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ archive_override(
5656
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
5757
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5858
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
59-
bazel_dep(name = "protobuf", version = "29.1")
59+
bazel_dep(name = "protobuf", version = "29.2")
6060
bazel_dep(name = "opentelemetry-proto", version = "1.4.0.bcr.1")
6161
archive_override(
6262
module_name = "opentelemetry-proto",

0 commit comments

Comments
 (0)