Skip to content

Commit ec5528d

Browse files
Update mockito monorepo to v5
1 parent 2dac01c commit ec5528d

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
@@ -229,7 +229,7 @@
229229
<groupId>org.mockito</groupId>
230230
<artifactId>mockito-core</artifactId>
231231
<scope>test</scope>
232-
<version>4.11.0</version>
232+
<version>5.8.0</version>
233233
<exclusions>
234234
<exclusion>
235235
<artifactId>hamcrest-core</artifactId>
@@ -240,7 +240,7 @@
240240
<dependency>
241241
<groupId>org.mockito</groupId>
242242
<artifactId>mockito-junit-jupiter</artifactId>
243-
<version>4.11.0</version>
243+
<version>5.8.0</version>
244244
<scope>test</scope>
245245
</dependency>
246246
</dependencies>

0 commit comments

Comments
 (0)