Skip to content

Commit 18e7001

Browse files
committed
Update mockito and assertj
1 parent 3cc8f15 commit 18e7001

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
@@ -260,13 +260,13 @@
260260
<dependency>
261261
<groupId>org.assertj</groupId>
262262
<artifactId>assertj-core</artifactId>
263-
<version>3.17.2</version>
263+
<version>3.18.0</version>
264264
<scope>test</scope>
265265
</dependency>
266266
<dependency>
267267
<groupId>org.mockito</groupId>
268268
<artifactId>mockito-core</artifactId>
269-
<version>3.5.10</version>
269+
<version>3.6.0</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>

0 commit comments

Comments
 (0)