@@ -19,23 +19,23 @@ workspace(name = "opencensus_proto")
1919# This statement defines the @com_google_protobuf repo.
2020http_archive (
2121 name = "com_google_protobuf" ,
22- sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c " ,
23- strip_prefix = "protobuf-3.5.0 " ,
24- urls = ["https://github.com/google/protobuf/archive/v3.5.0 .tar.gz" ],
22+ sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f " ,
23+ strip_prefix = "protobuf-3.5.1 " ,
24+ urls = ["https://github.com/google/protobuf/archive/v3.5.1 .tar.gz" ],
2525)
2626
2727http_archive (
2828 name = "com_google_protobuf_cc" ,
29- sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c " ,
30- strip_prefix = "protobuf-3.5.0 " ,
31- urls = ["https://github.com/google/protobuf/archive/v3.5.0 .tar.gz" ],
29+ sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f " ,
30+ strip_prefix = "protobuf-3.5.1 " ,
31+ urls = ["https://github.com/google/protobuf/archive/v3.5.1 .tar.gz" ],
3232)
3333
3434# java_proto_library rules implicitly depend on @com_google_protobuf_java//:java_toolchain,
3535# which is the Java proto runtime (base classes and common utilities).
3636http_archive (
3737 name = "com_google_protobuf_java" ,
38- sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c " ,
39- strip_prefix = "protobuf-3.5.0 " ,
40- urls = ["https://github.com/google/protobuf/archive/v3.5.0 .tar.gz" ],
38+ sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f " ,
39+ strip_prefix = "protobuf-3.5.1 " ,
40+ urls = ["https://github.com/google/protobuf/archive/v3.5.1 .tar.gz" ],
4141)
0 commit comments