Skip to content

Commit

Permalink
use mockito-core instead mockito-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Aug 15, 2023
1 parent c421da9 commit 9f7ae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.2.0</version>
<artifactId>mockito-core</artifactId>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9f7ae30

Please sign in to comment.