Browse Source

Bump test dependencies.

pull/27/head
Chris Smith 9 years ago
parent
commit
cf4f036547
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -28,8 +28,8 @@ repositories.mavenCentral()
28 28
 dependencies {
29 29
     compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.0'
30 30
 
31
-    testCompile group: 'junit', name: 'junit', version: '4.11'
32
-    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
31
+    testCompile group: 'junit', name: 'junit', version: '4.12'
32
+    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.17'
33 33
     testCompile group: 'com.google.jimfs', name: 'jimfs', version: '1.0'
34 34
 }
35 35
 

Loading…
Cancel
Save