Bump Security String to 2024-07-05

Implemented:
============
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-31331  A-297517712    EoP    High       12, 12L, 13, 14
CVE-2024-31332  A-299931076    EoP    High       13, 14
CVE-2024-31339  A-292160348    EoP    High       12, 12L, 13, 14
CVE-2024-34720  A-319081336    EoP    High       12, 12L, 13, 14
CVE-2024-34721  A-294406604    ID     High       12, 12L, 13, 14
CVE-2024-34722  A-251514170    EoP    High       12, 12L, 13, 14
CVE-2024-34723  A-317048338    EoP    High       12, 12L, 13, 14

Not Implemented:
================
None

Not Applicable (platform source):
=================================
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-31320  A-329230490    EoP    Critical   12, 12L

Change-Id: I40f29031c21808ae54edcb33cf2f45c4044c6a51
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 172f0ec..8769589 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,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-06-05
+    PLATFORM_SECURITY_PATCH := 2024-07-05
 endif
 
 include $(BUILD_SYSTEM)/version_util.mk