bmcweb: srcrev bump d87fdd9e37..3e72c2027a

Andrew Geissler (2):
      redfish: network protocol fix for multiple interfaces
      redfish: ensure protocol state always returned

Ed Tanous (7):
      Add a unit test for dumpHtml
      Write test capable of catching regressions
      Clean up preparePayload
      http_connection: Allow empty json objects
      Clear json object
      Remove redfish-post-to-old-updateservice
      Capture all boost::system::error_codes by ref

Jason M. Bills (1):
      Fix integer display in HTML

John Edward Broadbent (1):
      redfish: Add EncryptionStatus to Drive

Ninad Palsule (1):
      Added new pre-defined usergroup called hostconsole

V-Sanjana (1):
      Redfish validator error fix

Change-Id: I825f35f903fd8c15670ca846e64feb8c80b226c6
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 489b8da..7e05663 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "d87fdd9e37c975de8efebb298249b559ecf6969b"
+SRCREV = "3e72c2027aa4e64b9892ab0d3970358ba446f1fa"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"