bmcweb: srcrev bump 994fd86a3f..a115d87f83

Ed Tanous (9):
      Require content-type by default
      Break out storage methods
      Move registry code out of event service manager
      Make propertyValueNotInList typesafe
      Make propertyValueTypeError more typesafe
      Make propertyValueFormatError more typesafe
      Make propertyValueIncorrect typesafe
      Make redfish::messages rely on typesafe structures
      Add missing pragma once

George Liu (1):
      Add Status information for Power Supply

Gunnar Mills (1):
      Remove 2nd get_option('https_port')

Ninad Palsule (1):
      Add content type check in the update service

Willy Tu (3):
      query: Fix default expand level with delegated
      storage: add support for multiple storages
      chassis: Pass ec by reference

Change-Id: If2d2fe5685f5283fa889cda7ed2f48d75d5aa7aa
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 8dffc20..3abd78a 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 = "994fd86a3f6649a820f66313765e85e762ad105a"
+SRCREV = "a115d87f837f06a2a61646bd3cc5304c09956ef4"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"