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 4ec4234 commit 6107d55Copy full SHA for 6107d55
modules/junit-jupiter/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
testCompile 'com.zaxxer:HikariCP:3.4.5'
10
testCompile 'redis.clients:jedis:3.3.0'
11
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
12
- testCompile ('org.mockito:mockito-core:3.5.13') {
+ testCompile ('org.mockito:mockito-core:3.5.15') {
13
exclude(module: 'hamcrest-core')
14
}
15
testCompile 'org.assertj:assertj-core:3.18.0'
0 commit comments