Update Gerrit API to 3.2.0-rc0 and the snapshot API to 3.3.0-SNAPSHOT

Change-Id: I01db5bd984be685053174e4eed2449ea8e393b38
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 014e5c5..6471caf 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.1.4"
+VER = "3.2.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 = "0492a8f656dc557803351759add2b6e5b8e7ec09",
+        sha1 = "e90bc314c308fc74ada0f31189602608947be2e8",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "ffdcfd4666e7716f6f887c89ea71c7d05d61f355",
+        sha1 = "9f228130819d780941ae80212d179a1f6623db9f",
     )
     native.bind(
         name = "gerrit-plugin-api",
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index f1f5496..f805cb5 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.2.0-SNAPSHOT"
+VER = "3.3.0-SNAPSHOT"
 
 def gerrit_api_maven_local():
     bouncycastle_repos()