Skip to content

Commit ac68767

Browse files
committed
Update Mockito
1 parent eb7e541 commit ac68767

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
@@ -143,7 +143,7 @@ subprojects {
143143
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
144144

145145
testImplementation group: 'junit', name: 'junit', version: '4.12'
146-
testImplementation "org.mockito:mockito-core:3.2.4"
146+
testImplementation "org.mockito:mockito-core:3.6.28"
147147
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
148148
testImplementation "org.assertj:assertj-core:3.11.1"
149149
}

0 commit comments

Comments
 (0)