Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: Upgrade mockito-core to 2.27.0 Change-Id: If27f33c1b04f806ccd052adfdda085af57dc2efa
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl index 685ddfa..5e88fc1 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",