Skip to content

Commit

Permalink
Remove mockito-inline dependency
Browse files Browse the repository at this point in the history
As of Mockito 5.0.0 the default mockmaker was switched to `mockito-inline`: https://github.com/mockito/mockito/releases/tag/v5.0.0.

More details and discussions: mockito/mockito#2877.
  • Loading branch information
valfirst committed Jan 27, 2023
1 parent 31fa0fe commit c64bb35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -131,11 +131,6 @@
<artifactId>moshi</artifactId>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand Down

0 comments on commit c64bb35

Please sign in to comment.