Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Upgrade rules_closure to latest version
  Use now mandatory https protocol for MAVEN_CENTRAL

Change-Id: I912a3c34c54e21ade3451fa54f53322dcd1ce4cb
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index e1c771a..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.6"
+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 = "33a3cf98c7c3cab2dabc1cde11171edcea08679a",
+        sha1 = "3d36e1f8ded9b1cd26a104a981da919430df7716",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "690a8c3417beeb8e330bf2221948dc5a89e4a784",
+        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()