We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c508108 commit 90d2dd6Copy full SHA for 90d2dd6
build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
testImplementation('org.junit.jupiter:junit-jupiter')
35
testImplementation 'org.springframework:spring-test:5.3.23'
36
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
37
- testImplementation 'org.mockito:mockito-core:3.+'
+ testImplementation 'org.mockito:mockito-core:5.4.0'
38
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.1'
39
}
40
0 commit comments