Skip to content

Commit

Permalink
chore: update dependency com_google_protobuf to v3.15.1 (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 21, 2021
1 parent eb71285 commit a1805be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/protocol_buffers/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ http_archive(

http_archive(
name = "com_google_protobuf",
sha256 = "6aff9834fd7c540875e1836967c8d14c6897e3785a2efac629f69860fb7834ff",
strip_prefix = "protobuf-3.15.0",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.0.tar.gz"],
sha256 = "f18a40816260a9a3190a94efb0fc26270b244a2436681602f0a944739095d632",
strip_prefix = "protobuf-3.15.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit a1805be

Please sign in to comment.