Build with API version 2.11.7

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