Skip to content

Commit

Permalink
Bump mockito-core from 3.7.7 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.7.7...v3.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 23, 2021
1 parent 2f5e12a commit 5382630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -86,7 +86,7 @@ dependencies {
compile group: 'jakarta.el', name: 'jakarta.el-api', version: '4.0.0'
compile group: 'org.glassfish', name: 'jakarta.el', version: '4.0.1'

testCompile 'org.mockito:mockito-core:3.7.7'
testCompile 'org.mockito:mockito-core:3.8.0'
testCompile("org.junit.jupiter:junit-jupiter-engine:5.7.1")
testCompile("org.junit.platform:junit-platform-runner:1.7.1")
}
Expand Down

0 comments on commit 5382630

Please sign in to comment.