We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8528e3b commit 587c681Copy full SHA for 587c681
build.gradle
@@ -68,7 +68,7 @@ subprojects {
68
testImplementation platform('org.junit:junit-bom:5.10.2')
69
testImplementation 'org.junit.jupiter:junit-jupiter'
70
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
71
- testImplementation 'org.mockito:mockito-core:5.11.0'
+ testImplementation 'org.mockito:mockito-core:5.12.0'
72
testImplementation project(":models")
73
}
74
0 commit comments