bmcweb: srcrev bump 244256cc49..d055a34aeb

Ed Tanous (2):
      Change operationFailed to return 502
      Remove messages::operationFailed from processor

Jiaqing Zhao (2):
      ethernet: Use std::optional<uint32> for VLAN ID
      ethernet: Remove PATCH VLANId support

Nan Zhou (3):
      memory: move Partition codes from callbacks into separate functions
      health: take json_ptr instead of reference when filling status
      auth: change authorization.hpp to authentication.hpp

Troy Lee (1):
      bmcweb: fixes virtual media buffer overflow

wukaihua-fii-na (1):
      Fix segmentation fault when deleting the sessions

Change-Id: Id85eaad442b6f222b0ad06bc6c93d6bdc9311955
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 4ee6240..03c6ee9 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 = "244256cc493c6c258ce3784b5128cab85ce56c6d"
+SRCREV = "d055a34aeb4072c34d012517ffb5014a1301313a"
 
 S = "${WORKDIR}/git"