Build with API version 2.11.8

Change-Id: Ifc170fe1117397210926226899a56a20a5d1d02e
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index e0fa31f..8288775 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.11.7'
+VER = '2.11.8'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = 'e49e930c5c4ce74fc2c4c1cde1ddfb3ff77d0d63',
+  sha1 = 'e56d492428d0ae80224f6e3a47b3f53dfa0c7d22',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,