Skip to content

Commit 1040064

Browse files
committed
Upgrade protobuf to more recent supported version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent d154a2d commit 1040064

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ REPOSITORY_LOCATIONS = dict(
262262
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz"],
263263
),
264264
com_google_protobuf = dict(
265-
sha256 = "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5",
266-
strip_prefix = "protobuf-30.2",
265+
sha256 = "c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2",
266+
strip_prefix = "protobuf-31.1",
267267
urls = [
268-
"https://github.com/protocolbuffers/protobuf/archive/v30.2.tar.gz",
268+
"https://github.com/protocolbuffers/protobuf/archive/v31.1.tar.gz",
269269
],
270270
),
271271
com_google_protobuf_javascript = dict(

0 commit comments

Comments
 (0)