Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 19, 2023
1 parent 7e9e62a commit ed64a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def internal_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
strip_prefix = "protobuf-3.21.12",
sha256 = "a1562006dbd31e79c12f944c359495807900a8b71f5bf0f6fa7741898259b2cd",
strip_prefix = "protobuf-3.22.0",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.22.0.tar.gz",
],
)

Expand Down

0 comments on commit ed64a62

Please sign in to comment.