Skip to content

Commit

Permalink
Bump mockito-core from 3.11.2 to 3.12.4 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.2...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2021
1 parent 9f77a6d commit 4955e7a
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 4955e7a

Please sign in to comment.