Skip to content

Commit 9a423ef

Browse files
Bump mockito-core from 2.12.0 to 3.3.3
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.12.0 to 3.3.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.12.0...v3.3.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c0db28c commit 9a423ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compile "com.squareup.okhttp3:okhttp:${okhttp_version}"
3535

3636
testCompile 'junit:junit:4.13'
37-
testCompile 'org.mockito:mockito-core:2.12.0'
37+
testCompile 'org.mockito:mockito-core:3.3.3'
3838
testCompile "com.squareup.okhttp3:mockwebserver:${okhttp_version}"
3939
testCompile 'org.assertj:assertj-core:3.10.0'
4040
}

0 commit comments

Comments
 (0)