Skip to content

Commit ffe0038

Browse files
committed
[pom] Add mockito junit jupiter
1 parent 0a68787 commit ffe0038

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,13 @@
233233
<dependency>
234234
<groupId>org.mockito</groupId>
235235
<artifactId>mockito-core</artifactId>
236-
<version>4.9.0</version>
236+
<version>5.2.0</version>
237+
<scope>test</scope>
238+
</dependency>
239+
<dependency>
240+
<groupId>org.mockito</groupId>
241+
<artifactId>mockito-junit-jupiter</artifactId>
242+
<version>5.2.0</version>
237243
<scope>test</scope>
238244
</dependency>
239245

0 commit comments

Comments
 (0)