🎨 升级Mockito版本

This commit is contained in:
Binary Wang
2026-01-15 17:30:54 +08:00
parent 73704ca280
commit 30914f371d
15 changed files with 34 additions and 38 deletions

View File

@@ -86,6 +86,11 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -97,11 +102,7 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>