From 72e03a320a8263139e2602880536a3fa7d6943d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:55:23 +0000 Subject: [PATCH] Bump rules_xcodeproj from 4.0.0 to 4.0.1 Bumps [rules_xcodeproj](https://github.com/MobileNativeFoundation/rules_xcodeproj) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/MobileNativeFoundation/rules_xcodeproj/releases) - [Changelog](https://github.com/MobileNativeFoundation/rules_xcodeproj/blob/main/CHANGELOG.md) - [Commits](https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: rules_xcodeproj dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index a226eae177..3724fb40f6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -35,4 +35,4 @@ use_repo(apple_cc_configure, "local_config_apple_cc") # Dev Dependencies -bazel_dep(name = "rules_xcodeproj", version = "4.0.0", dev_dependency = True) +bazel_dep(name = "rules_xcodeproj", version = "4.0.1", dev_dependency = True)