Skip to content

Commit e321b83

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

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 = "63150aba23f7a90fd7d87bdf514e459dd5fe7023fdde01b56ac53335df64d4bd",
39-
strip_prefix = "protobuf-29.2",
40-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.2.tar.gz"],
38+
sha256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e",
39+
strip_prefix = "protobuf-29.3",
40+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz"],
4141
)
4242

4343
http_archive(

0 commit comments

Comments
 (0)