bmcweb: srcrev bump 3648c8be1c..e155ab54ec

Brad Bishop (2):
      redfish session: Handle generateUserSession errors
      redfish session: fix null ptr dereference

Ed Tanous (4):
      ServiceRoot Support Link header
      Include Collections for JsonSchema resources
      Add Link header handling to AccountService
      Document OpenBMC message registry requirements

Jiaqing Zhao (3):
      certificate: Use string certId in getCertificateProperties
      certificate: Don't check if certificate id is a number
      certificate: Parse URL with readUrlSegments in ReplaceCertificate

Nan Zhou (1):
      query: implement generic $select

Xiaochao Ma (1):
      Add Redfish ThermalSubsystem schema in bmcweb

Change-Id: Ia151b2c3772787fa6f80e29869558bb743560e6d
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 347fb96..21ea81d 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "3648c8be1c03c8ebe099185bc651613862fc0027"
+SRCREV = "e155ab54ec5ad4c31937f4d7de8b502e91468e43"
 
 S = "${WORKDIR}/git"