bmcweb: srcrev bump 6c068982d5..a88562de39

Carson Labrado (1):
      Aggregation: Document Redfish aggregation

Michael Shen (1):
      processor: Change `Step` default value to USHRT_MAX

Patrick Williams (1):
      sdbusplus: use shorter type aliases

Change-Id: Ib913ace6d7f2753e552a8d5387762f78c2495051
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 f5be562..214d978 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 = "6c068982d54d20476fd04ae7ef893b153015762e"
+SRCREV = "a88562de3928f88e71505e629b640adfc00c2b62"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"