bmcweb: srcrev bump f653730d12..ff0a08815e

Ed Tanous (2):
      Remove nlohmann::json::items()
      Remove isSecure flag

Gunnar Mills (1):
      Update symlinks for 2024.1

Jagpal Singh Gill (1):
      remove unstructured HTTP patch for ApplyOptions

Jayaprakash Mutyala (1):
      Fix Redfish Event monitor issue in listener

Michal Orzel (1):
      Add telemetry messages to registry

Change-Id: Icc035f9fd08c3ec8472797039a33626f723e6b7e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 92576b7..d85887b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "f653730d1217408bef941f998be34e2e534549fb"
+SRCREV = "ff0a08815ee289a7a67c31e9bb460cb240daad67"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"