Build with API version 2.11.7

Change-Id: Iaf2217f2973d4b8ac9d0ec91d96f10823cc7788e
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 513f901..e48e352 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.11.2'
+VER = '2.11.7'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = '1d45b5fd8d3f436e34e1a11d3adc07d61717d427',
+  sha1 = 'e49e930c5c4ce74fc2c4c1cde1ddfb3ff77d0d63',
   attach_source = False,
   repository = REPO,
   license = 'Apache2.0',
@@ -15,7 +15,7 @@
 maven_jar(
   name = 'gwtui-api',
   id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
-  sha1 = 'a2262a4d3d12fe4ea1e67d849d4112f222a1b2b0',
+  sha1 = '1dc70f829c0b5310141dd9bd12e1bafcda48724f',
   attach_source = False,
   repository = REPO,
   license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml
index 5d7e185..5b305a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <groupId>com.googlesource.gerrit.plugins.importer</groupId>
   <artifactId>importer</artifactId>
   <packaging>jar</packaging>
-  <version>2.11.2</version>
+  <version>2.11.7</version>
   <name>importer</name>
 
   <properties>