Explorar el Código

Merge pull request #27 from csmith/master

Bump test dependencies.
pull/28/head
Greg Holmes hace 9 años
padre
commit
ccfbea521c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle Ver fichero

@@ -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…
Cancelar
Guardar