bmcweb: srcrev bump 2b73119c57..7b395d7c95

Carson Labrado (1):
      Aggregation: Fix and forward all responses

Ed Tanous (2):
      Remove proprietary OEMSession support
      Remove OemSession from metadata

Karol Niczyj (1):
      Removed checking cookie in mTLS authentication

Change-Id: Id58e8d4f60c0538842101d01f6c1a213e1f997c6
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 19127bc..0afeb28 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 = "2b73119c57d054d1a0d67b376ae5651fccfae5ba"
+SRCREV = "7b395d7c9538360f8b034481fedcdeb5d3ee784b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"