build: 更新依赖项版本.

已确定无兼容性问题.
This commit is contained in:
2022-06-18 09:57:03 +08:00
parent ae64de00e7
commit c41aac735c
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ dependencies {
api("org.slf4j:slf4j-api:1.7.36")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.mockito:mockito-core:4.4.0")
testImplementation("org.mockito:mockito-core:4.6.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}