bmcweb: srcrev bump db7b3876bc..522377dcb8

Jonathan Doman (1):
      Refactor populateUserInfo

Lakshmi Yadlapati (1):
      Refactor getComputerSystem

Change-Id: I311eccaa6eacf5822f33112402c1c369fddd8e12
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 649950f..5fc79e6 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 = "db7b3876bc537dc927f162952e060d91ed1e3f7b"
+SRCREV = "522377dcb85082da598403e104a44d621b4c2bb4"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"