bmcweb: srcrev bump 7ac13cc939..1827b4f1de

Asmitha Karunanithi (1):
      Move to Redfish Action specific setProperty call

Ed Tanous (6):
      Fix undefined behavior in getUniqueEntryID
      Remove redundant static modifier
      Fix minor error in Request::method
      Make flush explicit
      Fix moves/forward
      Rework logger to create compile time errors

Change-Id: Ia36f0cebcb9451f87be1aa92f3580530780e008c
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 2739c44..a380275 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 = "7ac13cc939beaf9a2a7af870ba9b5650c98e409e"
+SRCREV = "1827b4f1de1e42bb3e2f53f584f07bb7119a3ed2"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"