Closed rsoika closed 9 months ago
With the migration to Java 11 and JartaEE 10 it's time to upgrade the Mockito Framework
Current
<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency>
Planed
<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>5.8.0</version> <scope>test</scope> </dependency>
With the migration to Java 11 and JartaEE 10 it's time to upgrade the Mockito Framework
Current
Planed