Skip to content

Commit

Permalink
Bump mockito-core from 3.6.28 to 3.10.0 in /modules/junit-jupiter (#4094
Browse files Browse the repository at this point in the history
)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.6.28...v3.10.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 19, 2021
1 parent eb62a37 commit 0bfcc10
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 {
testCompile 'com.zaxxer:HikariCP:3.4.5'
testCompile 'redis.clients:jedis:3.3.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
testCompile ('org.mockito:mockito-core:3.6.28') {
testCompile ('org.mockito:mockito-core:3.10.0') {
exclude(module: 'hamcrest-core')
}
testCompile 'org.assertj:assertj-core:3.18.1'
Expand Down

0 comments on commit 0bfcc10

Please sign in to comment.