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.
2 parents be2c047 + 97eb8ed commit 4ef276bCopy full SHA for 4ef276b
modules/junit-jupiter/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
testImplementation 'com.zaxxer:HikariCP:4.0.3'
10
testImplementation 'redis.clients:jedis:3.7.0'
11
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
12
- testImplementation ('org.mockito:mockito-core:4.1.0') {
+ testImplementation ('org.mockito:mockito-core:4.2.0') {
13
exclude(module: 'hamcrest-core')
14
}
15
testImplementation 'org.assertj:assertj-core:3.21.0'
0 commit comments