Skip to content

Commit a3afe71

Browse files
Update dependency protobuf to v33
1 parent 32dec75 commit a3afe71

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
@@ -44,7 +44,7 @@ archive_override(
4444
urls = ["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
4545
)
4646

47-
bazel_dep(name = "protobuf", version = "32.1")
47+
bazel_dep(name = "protobuf", version = "33.0")
4848
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
4949
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5050
bazel_dep(name = "civetweb", version = "1.16.bcr.3")

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ archive_override(
4848
urls = ["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
4949
)
5050

51-
bazel_dep(name = "protobuf", version = "32.1")
51+
bazel_dep(name = "protobuf", version = "33.0")
5252
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
5353
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5454
bazel_dep(name = "civetweb", version = "1.16.bcr.3")

0 commit comments

Comments
 (0)