Skip to content

Commit 847b10c

Browse files
Update mockito monorepo to v5.18.0
1 parent 7e1baa4 commit 847b10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,13 @@
295295
<dependency>
296296
<groupId>org.mockito</groupId>
297297
<artifactId>mockito-junit-jupiter</artifactId>
298-
<version>5.15.2</version>
298+
<version>5.18.0</version>
299299
<scope>test</scope>
300300
</dependency>
301301
<dependency>
302302
<groupId>org.mockito</groupId>
303303
<artifactId>mockito-core</artifactId>
304-
<version>5.15.2</version>
304+
<version>5.18.0</version>
305305
<scope>test</scope>
306306
</dependency>
307307
<dependency>

0 commit comments

Comments
 (0)