bmcweb: srcrev bump 72e2137737..02e01b5108

Boleslaw Ogonczyk Makowski (1):
      Fix regression in virtual media

Lei YU (1):
      http_connection: Allow empty json objects

Willy Tu (1):
      dbus_utility: Support new ObjectMapper methods

Change-Id: I284fa8345d0bc077a9905595f5d2bd31edec6dd9
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 c89d38b..7de3a5b 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 = "72e21377372245b076c151f62a141153ab318bdd"
+SRCREV = "02e01b5108d46720a0b438c0d79952464320d954"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"