bmcweb: srcrev bump de0c960c42..049079f651

Ed Tanous (4):
      Add ipv6 URL parsing test
      Add verification
      Remove the last instances of json pattern
      Fix regression in metadata

Jagpal Singh Gill (1):
      update service: update applytime value

Paul Fertser (2):
      Redfish.md: Session no longer has Oem field
      Expose current Role in Session object

Change-Id: Ie9858d7c872744d5b33fe49b36a98fd7ec4c2856
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 96e8fa2..c393071 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "de0c960c4262169ea92a4b852dd5ebbe3810bf00"
+SRCREV = "049079f651fbfc465f136c8e9fe6acbd67f0434a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"