bmcweb: srcrev bump 2ec5b14d04..7a2bb2c956

Carson Labrado (1):
      Aggregation: Check for subordinate collection

George Liu (2):
      Implements PowerSupplies schema
      Fix PowerSubsystem/PowerSupplies causing validator to fail

Gunnar Mills (1):
      Fix websocket csrf checking

Change-Id: I78f17fd9dbf00c69a95e560f9389acb4ca0980fb
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 e25dbc1..179283b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "2ec5b14d046e287c740ef59360f3d7637efb8085"
+SRCREV = "7a2bb2c9561a57dd23d1de44f5f38a95fdd806af"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"