Browse Source

Specific versions.

Change-Id: Iea36563c1cd6119e3da0b2d200ceb95d09092fd8
Reviewed-on: http://gerrit.dmdirc.com/4005
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/05/4005/2
Chris Smith 9 years ago
parent
commit
24887407f0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -27,8 +27,8 @@ targetCompatibility = 1.7
27 27
 repositories.mavenCentral()
28 28
 
29 29
 dependencies {
30
-    testCompile group: 'junit', name: 'junit', version: '4.+'
31
-    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.+'
30
+    testCompile group: 'junit', name: 'junit', version: '4.11'
31
+    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
32 32
 }
33 33
 
34 34
 publishing {

Loading…
Cancel
Save