From d56427bfb729df66af9316baad1101cdafad0f00 Mon Sep 17 00:00:00 2001 From: "dependency-envoy[bot]" <148525496+dependency-envoy[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:49:39 +0000 Subject: [PATCH] deps: Bump `build_bazel_rules_apple` -> 3.16.1 (#37893) Fix #37658 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 657b0a80168f..c869968cc801 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -73,10 +73,10 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Apple Rules for Bazel", project_desc = "Bazel rules for Apple platforms", project_url = "https://github.com/bazelbuild/rules_apple", - version = "3.13.0", - sha256 = "b892911288715b354e05b9a6fe9009635f7155991f24f27e779fe80d435c92bc", + version = "3.16.1", + sha256 = "352428421c89dba8859055c3e1ba42f742c224544bf0e196c926d1cf44a2d726", urls = ["https://github.com/bazelbuild/rules_apple/releases/download/{version}/rules_apple.{version}.tar.gz"], - release_date = "2024-11-13", + release_date = "2024-12-13", use_category = ["build"], license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_apple/blob/{version}/LICENSE",