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-4.7.0' into combined-pr-branch
  • Loading branch information
eddumelendez committed Aug 16, 2022
2 parents f79bb19 + c358652 commit eadfcee
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:4.2.3'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
testImplementation ('org.mockito:mockito-core:4.6.1') {
testImplementation ('org.mockito:mockito-core:4.7.0') {
exclude(module: 'hamcrest-core')
}
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down

0 comments on commit eadfcee

Please sign in to comment.