Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent 993c82b commit e461db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.9'

testImplementation ('org.mockito:mockito-core:3.11.2') {
testImplementation ('org.mockito:mockito-core:4.7.0') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down

0 comments on commit e461db5

Please sign in to comment.