Skip to content

Commit 261ec66

Browse files
Update protobuf
1 parent 46b7cf5 commit 261ec66

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ local_path_override(
3939
path = "modules/c",
4040
)
4141

42-
bazel_dep(name = "protobuf", version = "27.1")
42+
bazel_dep(name = "protobuf", version = "27.5")
4343

4444
# C++
4545
bazel_dep(name = "rules_proto_grpc_cpp", version = "0.0.0.rpg.version.placeholder")

modules/c/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module(
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "protobuf", version = "27.1")
7+
bazel_dep(name = "protobuf", version = "27.5")
88
bazel_dep(name = "rules_cc", version = "0.0.10")
99
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")

modules/cpp/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module(
55
)
66

77
bazel_dep(name = "grpc", version = "1.65.0")
8-
bazel_dep(name = "protobuf", version = "27.1")
8+
bazel_dep(name = "protobuf", version = "27.5")
99
bazel_dep(name = "rules_cc", version = "0.0.10")
1010
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")

modules/example_protos/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module(
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "protobuf", version = "27.1")
7+
bazel_dep(name = "protobuf", version = "27.5")
88
bazel_dep(name = "rules_proto", version = "6.0.2")

modules/objc/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module(
66

77
bazel_dep(name = "apple_support", version = "1.17.0")
88
bazel_dep(name = "grpc", version = "1.65.0")
9-
bazel_dep(name = "protobuf", version = "27.1")
9+
bazel_dep(name = "protobuf", version = "27.5")
1010
bazel_dep(name = "rules_cc", version = "0.0.10")
1111
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")

modules/python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grpcio==1.65.4 # TODO: remove once pulling grpc from BCR @grpc works
22
grpclib==0.4.7
3-
protobuf==5.27.2
3+
protobuf==5.28.3

modules/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ multidict==6.1.0 \
161161
--hash=sha256:f90c822a402cb865e396a504f9fc8173ef34212a342d92e362ca498cad308e28 \
162162
--hash=sha256:ff3827aef427c89a25cc96ded1759271a93603aba9fb977a6d264648ebf989db
163163
# via grpclib
164-
protobuf==5.27.2 \
164+
protobuf==5.28.3 \
165165
--hash=sha256:0e341109c609749d501986b835f667c6e1e24531096cff9d34ae411595e26505 \
166166
--hash=sha256:176c12b1f1c880bf7a76d9f7c75822b6a2bc3db2d28baa4d300e8ce4cde7409b \
167167
--hash=sha256:354d84fac2b0d76062e9b3221f4abbbacdfd2a4d8af36bab0474f3a0bb30ab38 \

test_workspaces/common_cpp_library/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name = "protobuf", version = "27.1")
1+
bazel_dep(name = "protobuf", version = "27.5")
22
bazel_dep(name = "rules_cc", version = "0.0.10")
33
bazel_dep(name = "rules_proto", version = "6.0.2")
44
bazel_dep(name = "rules_proto_grpc_cpp", version = "0.0.0.rpg.version.placeholder")

test_workspaces/exclusions/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name = "protobuf", version = "27.1")
1+
bazel_dep(name = "protobuf", version = "27.5")
22
bazel_dep(name = "rules_proto", version = "6.0.2")
33
bazel_dep(name = "rules_proto_grpc_python", version = "0.0.0.rpg.version.placeholder")
44
bazel_dep(name = "rules_python", version = "0.34.0")

0 commit comments

Comments
 (0)