Merge branch 'stable-3.1' into stable-3.2

* stable-3.1:
  Upgrade Gerrit API to 3.1.11

Change-Id: I6430357ffe05b2edced27909afbf7b3ce451c4fa
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 0016cb1..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.1.11",
-               plugin_api_sha1 = "13b7ac52998a0f7eb705224fa13cb4acf6323c8c",
-               acceptance_framework_sha1 = "6420b052a708a9da1b60924f8f4c50b5e8b31256"):
+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,