bmcweb: srcrev bump fd06b304a7..0fb5b5051b

Gayathri Leburu (1):
      Fix for incorrect Task Progress and State values

Change-Id: Ie2dc449544da849bd2b7a0160fda25950f11f4ca
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 7033db0..75f9b41 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 = "fd06b304a7bdfb31e61b72376f2150b2a6e062f4"
+SRCREV = "0fb5b5051bebfe1330627a02d8f7c83195f71ed3"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"