Skip to content

Commit

Permalink
build(deps): bump mockito-core from 3.5.9 to 3.5.10
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.9 to 3.5.10.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.5.9...v3.5.10)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Sep 4, 2020
1 parent 14cc0a1 commit d879b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipsePlugin-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':eclipsePlugin')
testImplementation project(path: ':eclipsePlugin', configuration: 'compileOnly')
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.5.9'
testImplementation 'org.mockito:mockito-core:3.5.10'
}

jacocoTestReport {
Expand Down

0 comments on commit d879b18

Please sign in to comment.