Skip to content

Commit a330bb7

Browse files
chore(deps): update dependency com_google_protobuf to v29.2 (#5077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f61395 commit a330bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ http_archive(
3535
# Define before rules_proto, otherwise we receive the version of com_google_protobuf from there
3636
http_archive(
3737
name = "com_google_protobuf",
38-
sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c",
39-
strip_prefix = "protobuf-29.1",
40-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.1.tar.gz"],
38+
sha256 = "63150aba23f7a90fd7d87bdf514e459dd5fe7023fdde01b56ac53335df64d4bd",
39+
strip_prefix = "protobuf-29.2",
40+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.2.tar.gz"],
4141
)
4242

4343
http_archive(

0 commit comments

Comments
 (0)