bmcweb: srcrev bump 2539e69ce1..f056d96a7c

Ed Tanous (2):
      Fix redfish response for unknown method
      Fix password update

Gunnar Mills (2):
      Update symlinks for 2024.2
      Update installed files to latest

Janet Adkins (1):
      Sensors: Move objectPropertiesToJson() to sensor_utils

Change-Id: I9f21dc31b4c552fe4a1ddb94a02ae9e3f76279a8
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 7af7612..8f97437 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "2539e69ce10b61cef945d6dc83a1d603050dc2f5"
+SRCREV = "f056d96a7c4d54f3e7d5ef92bd501f8cd6edb432"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"