Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
Browse files Browse the repository at this point in the history
…jupiter/org.mockito-mockito-core-3.12.4' into combined-pr-branch
  • Loading branch information
rnorth committed Sep 6, 2021
2 parents 7f20d2c + 4955e7a commit 5828c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation 'com.zaxxer:HikariCP:4.0.3'
testImplementation 'redis.clients:jedis:3.6.3'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
testImplementation ('org.mockito:mockito-core:3.11.2') {
testImplementation ('org.mockito:mockito-core:3.12.4') {
exclude(module: 'hamcrest-core')
}
testImplementation 'org.assertj:assertj-core:3.20.2'
Expand Down

0 comments on commit 5828c12

Please sign in to comment.