diff --git a/repositories.bzl b/repositories.bzl index 63e4fccc87..3a9c4f3e21 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "bazel_lib", - sha256 = "06cbcd5b98af3f530d20b505a89fb6761f09950b780cdd7726df42ee84b49d04", - strip_prefix = "bazel-lib-3.1.1", - url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.1.1/bazel-lib-v3.1.1.tar.gz", + sha256 = "5c42b1547cd4fab56fb90f75295aaf6d9e4aed5b51bfcb2457e44b886204a6e2", + strip_prefix = "bazel-lib-3.2.1", + url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.2.1/bazel-lib-v3.2.1.tar.gz", ) http_archive(