Skip to content

Commit 29f659b

Browse files
authored
Merge pull request #16 from komputing/dependabot/gradle/org.mockito-mockito-core-3.3.3
Bump mockito-core from 2.12.0 to 3.3.3
2 parents c0db28c + 9a423ef commit 29f659b

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)