Skip to content

Commit 08f990f

Browse files
Replace mockito-inline with mockito-core (#365)
1 parent b146b73 commit 08f990f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,6 @@
190190
<dependency>
191191
<groupId>org.mockito</groupId>
192192
<artifactId>mockito-junit-jupiter</artifactId>
193-
<version>5.5.0</version>
194-
<scope>test</scope>
195-
</dependency>
196-
<dependency>
197-
<groupId>org.mockito</groupId>
198-
<artifactId>mockito-inline</artifactId>
199-
<version>5.2.0</version>
200193
<scope>test</scope>
201194
</dependency>
202195

0 commit comments

Comments
 (0)