Build with API version 2.11.7

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