In Mockito 2 org.mockito.Matchers was deprecated in favor of org.mockito.ArgumentMatchers, and in Mockito 3 org.mockito.Matchers was deleted. Old plugins will still be relying on org.mockito.Matchers and thus will need to be updated to use org.mockito.ArgumentMatchers instead.
In Mockito 2
org.mockito.Matcherswas deprecated in favor oforg.mockito.ArgumentMatchers, and in Mockito 3org.mockito.Matcherswas deleted. Old plugins will still be relying onorg.mockito.Matchersand thus will need to be updated to useorg.mockito.ArgumentMatchersinstead.