Update Gerrit API to 3.0.0-rc3

Change-Id: I0dba8f5b0398ae54c75b510384ad7afa4929d021
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 24722f9..94cab8f 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 = "3.0.0-rc2"
+VER = "3.0.0-rc3"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -13,12 +13,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "46ab14bc1394163bf80c9f1656ae5f7773d81395",
+        sha1 = "9e26912078a2b9b22e979811ad29dff161e397c1",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "cc60988cc052269c4d256ae86e207c61966fed41",
+        sha1 = "9015b1deddd5c26d68d103940989a4cabf835ea5",
     )
     native.bind(
         name = "gerrit-plugin-api",