Skip to content

Commit d6d79b1

Browse files
renovate-botaugi
authored andcommitted
Update dependency org.mockito:mockito-core to v3.4.2
1 parent 573b3a1 commit d6d79b1

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
@@ -29,7 +29,7 @@ subprojects {
2929

3030
dependencies {
3131
testCompile 'junit:junit:4.13'
32-
testCompile 'org.mockito:mockito-core:3.4.0'
32+
testCompile 'org.mockito:mockito-core:3.4.2'
3333
}
3434

3535
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)