dependencies: Upgrade mockito 3.5 to 4.5 (#2316)

* refactor: move tests of leader-followers into correct package

* dep: remove version constraint for Mockito in acyclic-visitor

* dep: remove version constraint for Mockito in caching

* chore: cleanup mockito-core import on some POMs

* dep: upgrade core.mocktio 3.5.6 to 4.5.1

"- org.mockito.Mockito#verifyZeroInteractions an alias of verifyNoMoreInteractions"
https://github.com/mockito/mockito/commit/caf35b24e2764df0498469526ecb3e7ec68a0430
This commit is contained in:
Robert Volkmann
2022-11-20 09:16:53 +01:00
committed by GitHub
parent 84e83c4d43
commit 465a6871b2
41 changed files with 65 additions and 111 deletions
+1
View File
@@ -46,6 +46,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>