We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
upgrade Mockito, fixed tests, updated docu
c008678
Issue #844
No branches or pull requests
With the migration to Java 11 and JartaEE 10 it's time to upgrade the Mockito Framework
Current
Planed
The text was updated successfully, but these errors were encountered: