JAVA-3591: updating mockito-core to 4.1.0

This commit is contained in:
chaos2418
2021-12-16 09:17:01 +05:30
parent f7372cd4af
commit 35ee789731
34 changed files with 48 additions and 135 deletions

View File

@@ -181,11 +181,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>