Skip to content

Commit ee8f709

Browse files
Update dependency protobuf to v33.1
1 parent dcd980c commit ee8f709

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

55-
bazel_dep(name = "protobuf", version = "33.0")
55+
bazel_dep(name = "protobuf", version = "33.1")
5656
bazel_dep(name = "opentelemetry-proto", version = "1.8.0")
5757
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5858
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 = "33.0")
51+
bazel_dep(name = "protobuf", version = "33.1")
5252
bazel_dep(name = "opentelemetry-proto", version = "1.8.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)