Build with API 2.13.2

Change-Id: Iff26744731751f52d66e6d12e166589868ad8d79
diff --git a/VERSION b/VERSION
index b646e57..52ac3af 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
 # Used by BUCK to include "Implementation-Version" in plugin Manifest.
 # If this file doesn't exist the output of 'git describe' is used
 # instead.
-PLUGIN_VERSION = '2.11.3'
+PLUGIN_VERSION = '2.13.2'
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index a96656b..1ae48ff 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.11.3'
+VER = '2.13.2'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = 'c6871ac4b8f36d00000f5705ea26a88252d5360f',
+  sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,