Skip to content
New issue

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

Migrate Mockito Framework 1.9.5 => 5.8.0 #844

Closed
rsoika opened this issue Dec 10, 2023 · 0 comments
Closed

Migrate Mockito Framework 1.9.5 => 5.8.0 #844

rsoika opened this issue Dec 10, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Dec 10, 2023

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>
@rsoika rsoika added the feature label Dec 10, 2023
@rsoika rsoika added this to the 6.0.4 milestone Dec 10, 2023
rsoika added a commit that referenced this issue Dec 10, 2023
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant