1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update Mockito to 5.5.0

Closes gh-13810
This commit is contained in:
Steve Riesenberg
2023-09-12 12:19:56 -05:00
parent f3a012eaa2
commit d6ff58bb7f
6 changed files with 1 additions and 6 deletions
-1
View File
@@ -27,7 +27,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.mockito:mockito-core"
testImplementation 'org.mockito:mockito-inline'
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testImplementation 'org.skyscreamer:jsonassert'