bmcweb: srcrev bump f42e859032..36b5f1ed97

Lakshmi Yadlapati (1):
      Refactor getCollectionMembers

Change-Id: I174cb3a970aa011ae552d9714ebcde760b61d741
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 9264fcb..f76753a 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 = "f42e859032d9a28752108b327f02340be4de8de2"
+SRCREV = "36b5f1ed97fe5806c53e0eb5b2f9a07e9a8acd5f"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"