Merge branch 'stable-2.15' into stable-2.16
* stable-2.15:
Upgrade mockito-core to 2.27.0
Change-Id: I8e953806ace53c5fff010296510a8910328f986f
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index fe9ef0f..1d8851b 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.26.0",
- sha1 = "17fb1bf75af4f5a18d8dec73b3aa55f18e6fa21a",
+ artifact = "org.mockito:mockito-core:2.27.0",
+ sha1 = "835fc3283b481f4758b8ef464cd560c649c08b00",
deps = [
"@byte-buddy//jar",
"@byte-buddy-agent//jar",