We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e29ec commit 88c8f20Copy full SHA for 88c8f20
build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
testImplementation 'org.hamcrest:hamcrest:3.0'
58
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
59
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
60
- testImplementation 'org.mockito:mockito-core:5.14.2'
+ testImplementation 'org.mockito:mockito-core:5.15.2'
61
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
62
63
testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.11.4'
0 commit comments