Skip to content

Commit

Permalink
chore: update dependency com_google_protobuf to v3.17.3 (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 9, 2021
1 parent 2ad950f commit 34f0a24
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 = "036d66d6eec216160dd898cfb162e9d82c1904627642667cc32b104d407bb411",
strip_prefix = "protobuf-3.17.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.17.1.tar.gz"],
sha256 = "c6003e1d2e7fefa78a3039f19f383b4f3a61e81be8c19356f85b6461998ad3db",
strip_prefix = "protobuf-3.17.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 34f0a24

Please sign in to comment.