We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ab26b commit ef80cecCopy full SHA for ef80cec
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
59
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
60
testImplementation 'org.mockito:mockito-core:5.15.2'
61
- testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0'
62
63
testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.12.0'
64
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
0 commit comments