Update Gerrit API to 3.0.1 thus SNAPSHOT to 3.0.2

Change-Id: I5d4446b26a316428ced108096eed65a8e414ce1c
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index dd68b84..0f2686f 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"
+VER = "3.0.1"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -13,12 +13,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "bc6b6291db9db8ce93ea77775dc65dd8ab0f352c",
+        sha1 = "a15b69115746e6ec00d6fe76cbf3fd3f982de5f2",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "7df14f1b4d63ac0d3e0e5f7126944b81fb4bd6c5",
+        sha1 = "9874e07e4d3c917c80e03a1fba6089d81ab8e1ee",
     )
     native.bind(
         name = "gerrit-plugin-api",
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index a0177db..e0d6434 100644
--- a/gerrit_api_maven_local.bzl
+++ b/gerrit_api_maven_local.bzl
@@ -5,7 +5,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "3.0.1-SNAPSHOT"
+VER = "3.0.2-SNAPSHOT"
 
 def gerrit_api_maven_local():
     bouncycastle_repos()