Update Gerrit API to 2.16-rc3

Change-Id: I4bdd5ecd3091b95599f3fa32cd50ca3443c96930
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 4aa32b6..ff32a00 100644
--- a/gerrit_api.bzl
+++ b/gerrit_api.bzl
@@ -5,7 +5,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "2.16-rc2"
+VER = "2.16-rc3"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -13,18 +13,18 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "a9f437a477d0dd9af9523c349a471c6ef8c9261d",
+        sha1 = "c975dd1b2385af5af16535756de44a230413d4c3",
     )
     maven_jar(
         name = "gerrit_plugin_gwtui",
         artifact = "com.google.gerrit:gerrit-plugin-gwtui:" + VER,
-        sha1 = "bdd8f0e940a8b34305b2a59b2f54cfcee179acb3",
+        sha1 = "d17100ab31b81bad4472c2ae08bbe60b931d7acb",
         exclude = ["com/google/gwt/*"],
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "278a79bfd3e92908ec5ca65c5510a94a32e057b0",
+        sha1 = "28225880e1dfb67408588f3e6f26f6bf944491f6",
     )
     native.bind(
         name = "gerrit-plugin-api",