Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Update Gerrit API to 3.0.7
  Update Gerrit API to 2.16.16
  javadoc.bzl: Switch to https protocol for Java API URL

Change-Id: Iebff7330ee3515866c93d88a4d874c393831c85f
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 6de99fe..ab1a499 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.7"
+VER = "3.1.2"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -15,12 +15,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "8c30a40beed3ef004d360831b9fad2f371975db2",
+        sha1 = "3d36e1f8ded9b1cd26a104a981da919430df7716",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "84e5cd3df453552f822244955d909a416bd892dc",
+        sha1 = "043396fa2fb00e9f9ba1d778716c83159b1e31c5",
     )
     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()