🎨 升级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

@@ -57,6 +57,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
@@ -64,9 +65,10 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>