Skip to content

Commit 8e9cb92

Browse files
authored
Replace mockito-inline with mockito-core (#300)
v5.0.0 of Mockito uses the inline mock maker by default so there is no need to use mockito-inline now. Signed-off-by: Ashley <[email protected]> Signed-off-by: Ashley <[email protected]>
1 parent e181831 commit 8e9cb92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java-compiler-testing/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@
9999
</dependency>
100100

101101
<dependency>
102+
<!-- v5.0.0 uses the inline mock maker by default -->
102103
<groupId>org.mockito</groupId>
103-
<artifactId>mockito-inline</artifactId>
104+
<artifactId>mockito-core</artifactId>
104105
<scope>test</scope>
105106
</dependency>
106107

0 commit comments

Comments
 (0)