Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Aug 17, 2020
1 parent 5328d7a commit 9dea534
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.4.6'
testImplementation 'org.mockito:mockito-core:3.5.0'
}

jacocoTestReport {
Expand Down

0 comments on commit 9dea534

Please sign in to comment.