Skip to content

Commit 9a4fc60

Browse files
authored
Merge pull request #2845 from mybatis/renovate/mockito-monorepo
Update mockito monorepo to v5.2.0
2 parents 2a422f3 + b936491 commit 9a4fc60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,19 +247,19 @@
247247
<dependency>
248248
<groupId>org.mockito</groupId>
249249
<artifactId>mockito-core</artifactId>
250-
<version>5.1.1</version>
250+
<version>5.2.0</version>
251251
<scope>test</scope>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.mockito</groupId>
255255
<artifactId>mockito-subclass</artifactId>
256-
<version>5.1.1</version>
256+
<version>5.2.0</version>
257257
<scope>test</scope>
258258
</dependency>
259259
<dependency>
260260
<groupId>org.mockito</groupId>
261261
<artifactId>mockito-junit-jupiter</artifactId>
262-
<version>5.1.1</version>
262+
<version>5.2.0</version>
263263
<scope>test</scope>
264264
</dependency>
265265
<dependency>

0 commit comments

Comments
 (0)