bmcweb: srcrev bump 9970e93f79..b2896149c3

Ed Tanous (8):
      Fix duplicated https:// in github link
      Update boost 1.83->1.84
      Refactor after login
      RFC: Implement redfish checklist
      Add unit test for SSE
      Clean up power schema
      Call systemd SetTime directly
      Rename FileBody to HttpBody

PavanKumarIntel (1):
      Fix PID Zone interface name

Sunny Srivastava (1):
      Remove link from Chassis to PCIeDevice

Change-Id: I186287ad04971ece393160feef150cb7ef314412
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 86afed1..6c31f40 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 = "9970e93f794d0110de436828775e333e81330ad5"
+SRCREV = "b2896149c39967dd9d1ee79357bdc53537cfabd7"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"