Update Gerrit API to 3.1.0-rc0 and snapshot API to 3.2.0-SNAPSHOT

Change-Id: I8a2b35ad40f113b2fdce8afc2d1e89e6c11560ae
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 15efe1d..98605a7 100644
--- a/gerrit_api.bzl
+++ b/gerrit_api.bzl
@@ -6,7 +6,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "3.0.3"
+VER = "3.1.0-rc0"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -15,12 +15,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "d52314ea1245d31e67dd7de5731cb2db854ef3e3",
+        sha1 = "156093f3b7eb0ea1c4fa58d44a37271dce304916",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "ae2cdc1bdf8922e5bd9fb3fef0810d060e4ec5c8",
+        sha1 = "780e56a637cb74ccd33b61fbf9a85fdb95a1914f",
     )
     native.bind(
         name = "gerrit-plugin-api",
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index be5e44f..f1f5496 100644
--- a/gerrit_api_maven_local.bzl
+++ b/gerrit_api_maven_local.bzl
@@ -6,7 +6,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "3.1.0-SNAPSHOT"
+VER = "3.2.0-SNAPSHOT"
 
 def gerrit_api_maven_local():
     bouncycastle_repos()