Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Upgrade mockito-core to 2.25.0
  Upgrade bazlets to latest stable-2.15
  Upgrade bazlets to latest stable-2.14
  Update bazlets to fix build with bazel 0.23

Change-Id: Ic82e310c4b5db8923cb12662b92a793f62079455
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index 8cc1197..63408b8 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -3,8 +3,8 @@
 def external_plugin_deps():
     maven_jar(
         name = "mockito",
-        artifact = "org.mockito:mockito-core:2.24.5",
-        sha1 = "599509fe319bd9e39559b8f987bee5d4b77167e4",
+        artifact = "org.mockito:mockito-core:2.25.0",
+        sha1 = "1fcf2f6944d69b6f39cd579718d8b5395a97836b",
         deps = [
             "@byte-buddy//jar",
             "@byte-buddy-agent//jar",