bmcweb: srcrev bump 4a0e1a0cf3..9c11a17224

Abhishek Patel (1):
      Retrieve userGroups Information ("AccountTypes")

Asmitha Karunanithi (1):
      Move to 2022.2

Ed Tanous (3):
      Run black formatter on scripts/update_schemas.py
      Sort schema list alphabetically
      Update Redfish schema pack to 2022.1

Gunnar Mills (1):
      Bump timeout for code update file

Nan Zhou (3):
      treewide: change EM's ObjectManager path
      parse_registry: make the script more flexible
      remove build script including docker

Patrick Williams (1):
      clang-15: fixes for emplace

Vijay Lobo (1):
      Redfish: Add resolution property

Change-Id: Ie32ff621db69a7c3c6179b4d8794f4d344dc28c4
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 fb5c1e4..42c9787 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 = "4a0e1a0cf378e7bf4909c2ea8fc6e77e0d77ca6d"
+SRCREV = "9c11a172247a663dfbd708f0ded12024afd9fb1e"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"