Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Update Gerrit API to 3.0.9
  Update Gerrit API to 2.16.19
  Update Gerrit API to 2.16.18

Change-Id: I8c837c92f485483ef2229db61937882c57c05b06
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 8987b4e..014e5c5 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.9"
+VER = "3.1.4"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -15,12 +15,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "dbcadf2c198b1ee1b74678855e8e10b2c403de1f",
+        sha1 = "0492a8f656dc557803351759add2b6e5b8e7ec09",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "799cb104f2c0de4394528e38ad487557dd69bb49",
+        sha1 = "ffdcfd4666e7716f6f887c89ea71c7d05d61f355",
     )
     native.bind(
         name = "gerrit-plugin-api",
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index bdeb4ba..aa9b50b 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.0.2-SNAPSHOT"
+VER = "3.1.3-SNAPSHOT"
 
 def gerrit_api_maven_local():
     bouncycastle_repos()