Update Gerrit API to 2.16.10

Change-Id: I0d1a6b32957876c6c5cd442776ca048f2845ba8b
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 3c62f95..ca8b658 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 = "2.16.9"
+VER = "2.16.10"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -13,18 +13,18 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "f650c16c8fdc4a7d76663f0bd720fe3055c0cbe1",
+        sha1 = "c19fd7e6c0c0af7c9385e05f8c837eaf4156fc8e",
     )
     maven_jar(
         name = "gerrit_plugin_gwtui",
         artifact = "com.google.gerrit:gerrit-plugin-gwtui:" + VER,
-        sha1 = "33516d850b4906e069046add77037a96e27e26ae",
+        sha1 = "7a6f84e2c912abc41adb1b9335d3fbb660330f0d",
         exclude = ["com/google/gwt/*"],
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "cd48eb229a72b4e8af4e975366af570ff0c8fc5a",
+        sha1 = "faf25102f3c4c477b70c6ff170e2a44d2589cb5d",
     )
     native.bind(
         name = "gerrit-plugin-api",