bmcweb: srcrev bump a903233678..28dd5ca15a

Asmitha Karunanithi (1):
      Fix resource delete event issue

Carson Labrado (1):
      Implement AggregationSourceCollection

Ed Tanous (6):
      Only parse to the depth requested
      Break out large lambda into callback
      Move validation code to unpackPropertiesNoThrow
      Remove try-catch blocks on handleUpgrade
      Take url views by value
      Fix some moves

George Liu (1):
      Add the GetManagedObjects method to dbus_utility

Lakshmi Yadlapati (1):
      Move PCIeDeviceCollection to separate method

Lei YU (1):
      dbus_rest: Fix dangling reference of crow::Response

P Dheeraj Srujan Kumar (2):
      Add asyncResp support to handleUpgrade
      Add Support for privilege check in handleUpgrade

Yaswanth Reddy M (1):
      Replace space with underscore for Dbus Object Path

Change-Id: Ia8f6367b7961f1cc52f421e16cfde997fa723683
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 6feb3c6..e0b3241 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 = "a90323367863533ae3456ed2ee1baa705439eea9"
+SRCREV = "28dd5ca15a3008e50e5046602464966720d6b5f3"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"