bmcweb: srcrev bump 14c4e80d09..ebc3bff983

Oliver Brewka (3):
      Break out dump / faultlog log services
      Simplify dump routes registry
      Fix unchecked optional value in dump createTask

Change-Id: I2b873b49ebc10dc4ce556adf675b05b3082ecf23
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 0d137a2..462f333 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "14c4e80d09850e066cf92d55f07fe5be8c5f6298"
+SRCREV = "ebc3bff983cb94ede6ca80f0664cd7108ea8ec59"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"