浏览代码

Bump test dependencies.

pull/27/head
Chris Smith 9 年前
父节点
当前提交
cf4f036547
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle 查看文件

@@ -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
 

正在加载...
取消
保存