Merge branch 'stable-3.2' into master

* stable-3.2:
  Init bazlets stable-3.2 branch with Gerrit API v3.2.5.1
  Update Gerrit API to 3.1.10
  Update Gerrit API to 2.16.23
  Update Gerrit API to 3.0.13

Change-Id: Icaf98120d3fbfcf4915047610f36a61d8409e0cc
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 1517675..e12a4ea 100644
--- a/gerrit_api.bzl
+++ b/gerrit_api.bzl
@@ -7,9 +7,9 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-def gerrit_api(version = "3.2.3",
-               plugin_api_sha1 = "bd22e64c4a6ca83c9c917bf59954ac795146a302",
-               acceptance_framework_sha1 = "3ff81d4ebcd5772ff7267c3b8bc30c7c46b4a29a"):
+def gerrit_api(version = "3.2.5.1",
+               plugin_api_sha1 = "2871bc5c07e3a406d3de135ec46a6e433580b07a",
+               acceptance_framework_sha1 = "10b497ef0fa40505a7160bb0458f0759be45a252"):
     gerrit_api_version(
         name = "gerrit_api_version",
         version = version,