Skip to content

Commit a1e86a6

Browse files
authored
Merge pull request #39 from pwittchen/dependabot/gradle/org.mockito-mockito-core-3.3.1
Bump mockito-core from 3.3.0 to 3.3.1
2 parents f0a6bca + ed561c6 commit a1e86a6

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
@@ -12,7 +12,7 @@ ext.deps = [ appcompat : 'androidx.appcompat:appcompat:1.1.0',
1212
material : 'com.google.android.material:material:1.1.0',
1313
junit : 'junit:junit:4.13',
1414
truth : 'com.google.truth:truth:1.0.1',
15-
mockito : 'org.mockito:mockito-core:3.3.0']
15+
mockito : 'org.mockito:mockito-core:3.3.1']
1616

1717
buildscript {
1818
repositories {

0 commit comments

Comments
 (0)