Skip to content

Commit a1fc98d

Browse files
authored
Merge pull request #2733 from mybatis/renovate/mockito-monorepo
Update mockito monorepo to v4.9.0
2 parents 2e208e6 + e6a11a3 commit a1fc98d

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
@@ -237,13 +237,13 @@
237237
<dependency>
238238
<groupId>org.mockito</groupId>
239239
<artifactId>mockito-core</artifactId>
240-
<version>4.8.1</version>
240+
<version>4.9.0</version>
241241
<scope>test</scope>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.mockito</groupId>
245245
<artifactId>mockito-junit-jupiter</artifactId>
246-
<version>4.8.1</version>
246+
<version>4.9.0</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>

0 commit comments

Comments
 (0)