Upgrade mockito-core to 2.27.0 Change-Id: I8d654abe2f0a563d3a9ed825616a420daf25c8eb
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl index fef0cb7..fd37795 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",