Merge branch 'stable-3.1' into stable-3.2

* stable-3.1:
  Upgrade Gerrit API to 3.1.15
  Update Gerrit API to 3.0.16
  Update Gerrit API to 2.16.27
  Upgrade Gerrit API to 3.1.12
  Update Gerrit API to 3.0.15
  Update Gerrit API to 2.16.26

Change-Id: I02c39e8e0d5e55f7d7386985fed0784d5cf68f2b
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 7008a86..6a22ba0 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.15",
-               plugin_api_sha1 = "cb6642910484d494ef80b82f1e016cda14c29635",
-               acceptance_framework_sha1 = "13e3ae4a06534fad287375f81513a4ed5bebbb9b"):
+def gerrit_api(version = "3.2.6",
+               plugin_api_sha1 = "6323ba10675e01582b3589f9bd095110efa9a98d",
+               acceptance_framework_sha1 = "5f1edbe6216f74a31368794cc10c1d5b1c97393e"):
     gerrit_api_version(
         name = "gerrit_api_version",
         version = version,