Skip to content

Commit ec8d036

Browse files
committed
Update Mockito to hopefully fix OpenJDK 14 problems
1 parent ee08366 commit ec8d036

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
@@ -48,7 +48,7 @@ dependencies {
4848
kapt "com.google.auto.service:auto-service:1.0-rc2"
4949

5050
testImplementation "org.assertj:assertj-core:3.11.1"
51-
testImplementation "org.mockito:mockito-core:3.1.0"
51+
testImplementation "org.mockito:mockito-core:3.2.4"
5252
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
5353

5454
testImplementation 'com.squareup:kotlinpoet:1.4.0'

0 commit comments

Comments
 (0)