Skip to content

Commit 5be92f4

Browse files
authored
Merge pull request #2783 from mybatis/renovate/mockito-monorepo
Update mockito monorepo to v5.1.1
2 parents 2fb891d + f516b34 commit 5be92f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,19 @@
237237
<dependency>
238238
<groupId>org.mockito</groupId>
239239
<artifactId>mockito-core</artifactId>
240-
<version>5.1.0</version>
240+
<version>5.1.1</version>
241241
<scope>test</scope>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.mockito</groupId>
245245
<artifactId>mockito-subclass</artifactId>
246-
<version>5.1.0</version>
246+
<version>5.1.1</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.mockito</groupId>
251251
<artifactId>mockito-junit-jupiter</artifactId>
252-
<version>5.1.0</version>
252+
<version>5.1.1</version>
253253
<scope>test</scope>
254254
</dependency>
255255
<dependency>

0 commit comments

Comments
 (0)