RESTRICT AUTOMERGE Update Security String to 2024-04-05

Bug: 325984251
Ignore-AOSP-First: Internal first as its needed for preparing the release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:49ecf5df9969ce064f7bf46204dbf43e3246c74e)
Merged-In: I059e279760e2ae5eda274e90296a1bd43b38f50f
Change-Id: I059e279760e2ae5eda274e90296a1bd43b38f50f
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index e9b2a57..8b284b9 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -104,7 +104,7 @@
     #  It must be of the form "YYYY-MM-DD" on production devices.
     #  It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
     #  If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
-    PLATFORM_SECURITY_PATCH := 2024-03-05
+    PLATFORM_SECURITY_PATCH := 2024-04-05
 endif
 
 include $(BUILD_SYSTEM)/version_util.mk