1
0
mirror of synced 2026-03-25 06:08:37 +08:00

🎨 降级 Mockito 至 4.11.0 以兼容 Java 8

This commit is contained in:
Copilot
2026-03-10 15:38:33 +08:00
committed by GitHub
parent 474f4fda0a
commit cd15fd7567
6 changed files with 74 additions and 6 deletions

View File

@@ -258,7 +258,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>