Compile with api version 2.13.7

Change-Id: I1be32428dffc08f75f09fc8f6408d9abd3d9ba76
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 78a5bdf..9899bf3 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.12.5'
+VER = '2.13.7'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = '456b8ed836cdcba672f94f397f09a67bcfbe54a7',
+  sha1 = '3eeb112375ba0eb75a81b8da62a657d7e6fb82c2',
   attach_source = False,
   repository = REPO,
   license = 'Apache2.0',
@@ -15,8 +15,8 @@
 maven_jar(
    name = 'acceptance-framework',
    id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
-   sha1 = 'b5de4458e29975bcd5f318411dddbef67063ec00',
+   sha1 = '150c7f7171f2ba91d65462d443aec75c0fd923db',
    license = 'Apache2.0',
    attach_source = False,
    repository = REPO,
-)
\ No newline at end of file
+)