Skip to content

Commit

Permalink
chore: update dependency com_google_protobuf to v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alexeagle committed Jun 3, 2020
1 parent c73d7b2 commit 2ca1791
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 = "bb8ce9ba11eb7bccf080599fe7cad9cc461751c8dd1ba61701c0070d58cde973",
strip_prefix = "protobuf-3.12.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.12.2.tar.gz"],
sha256 = "71030a04aedf9f612d2991c1c552317038c3c5a2b578ac4745267a45e7037c29",
strip_prefix = "protobuf-3.12.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.12.3.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 2ca1791

Please sign in to comment.