Skip to content

Commit 8b1d39e

Browse files
authoredOct 29, 2024··
Merge pull request #1338 from yegor256/renovate/mockito-monorepo
chore(deps): update mockito monorepo to v5.14.2
2 parents 573c065 + 59864dc commit 8b1d39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@ SOFTWARE.
314314
<dependency>
315315
<groupId>org.mockito</groupId>
316316
<artifactId>mockito-junit-jupiter</artifactId>
317-
<version>5.14.1</version>
317+
<version>5.14.2</version>
318318
<scope>test</scope>
319319
</dependency>
320320
<dependency>
321321
<groupId>org.mockito</groupId>
322322
<artifactId>mockito-core</artifactId>
323-
<version>5.14.1</version>
323+
<version>5.14.2</version>
324324
<scope>test</scope>
325325
</dependency>
326326
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.