Skip to content

Commit

Permalink
Bump mockito-android from 3.4.6 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.6 to 3.5.3.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.4.6...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 21, 2020
1 parent dcf7455 commit 297d927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ dependencies {
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
androidTestImplementation 'org.mockito:mockito-core:3.4.4'
androidTestImplementation("org.mockito:mockito-android:3.4.6") {
androidTestImplementation("org.mockito:mockito-android:3.5.3") {
exclude group: "net.bytebuddy", module: "byte-buddy-android"
}
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
Expand Down

0 comments on commit 297d927

Please sign in to comment.