Skip to content

Commit 73b4ebd

Browse files
committed
update mockito-core to mockito to latest version
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
1 parent 45c56d0 commit 73b4ebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
</dependency>
225225
<dependency>
226226
<groupId>org.mockito</groupId>
227-
<artifactId>mockito-all</artifactId>
228-
<version>1.10.19</version>
227+
<artifactId>mockito-core</artifactId>
228+
<version>5.16.1</version>
229229
<scope>test</scope>
230230
</dependency>
231231
<dependency>

0 commit comments

Comments
 (0)