Skip to content

Commit 3582d67

Browse files
Update mockito [2.25.1 -> 2.28.2].
1 parent dbff0c4 commit 3582d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objectbox-rxjava/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies {
1010
compile 'io.reactivex.rxjava2:rxjava:2.2.18'
1111

1212
testCompile "junit:junit:$junit_version"
13-
testCompile 'org.mockito:mockito-core:2.25.1'
13+
// Mockito 3.x requires Java 8.
14+
testCompile 'org.mockito:mockito-core:2.28.2'
1415
}
1516

1617
task javadocJar(type: Jar, dependsOn: javadoc) {

0 commit comments

Comments
 (0)