diff --git a/WORKSPACE b/WORKSPACE index 816837d5d5..a31998968d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -323,14 +323,11 @@ http_archive( git_repository( name = "com_google_protobuf", - commit = "436bd7880e458532901c58f4d9d1ea23fa7edd52", + commit = "4dd15db6eb3955745f379d28fb4a2fcfb6753de3", remote = "https://github.com/protocolbuffers/protobuf", - shallow_since = "1617835118 -0700", + shallow_since = "1686752890 -0700", ) -# Group the sources of the library so that CMake rule have access to it -all_content = """filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])""" - # External dependencies http_archive( diff --git a/deps.bzl b/deps.bzl index b2b48ff99d..765d894c2f 100644 --- a/deps.bzl +++ b/deps.bzl @@ -4874,5 +4874,5 @@ def prysm_deps(): name = "vaticle_bazel_distribution", commit = "96424c85195a97dad81f69fdbbef2e1574bf8801", remote = "https://github.com/vaticle/bazel-distribution", - shallow_since = "1569509514 +0300", + shallow_since = "1646647146 +0000", )