File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ dependencies {
69
69
compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.0.0" );
70
70
compile(group : " com.google.code.findbugs" , name : " jsr305" , version : " 3.0.1" );
71
71
compile(group : " net.sf.jopt-simple" , name : " jopt-simple" , version : " 5.0.3" );
72
- testCompile(group : " org.testng" , name : " testng" , version : " 6.8.7 " ) {
72
+ testCompile(group : " org.testng" , name : " testng" , version : " 6.10 " ) {
73
73
exclude(group : " junit" , module : " junit" );
74
74
exclude(group : " org.beanshell" , module : " bsh" );
75
75
exclude(group : " org.yaml" , module : " snakeyaml" );
76
76
};
77
- testCompile(group : " org.mockito" , name : " mockito-core" , version : " 1.9.5 " );
77
+ testCompile(group : " org.mockito" , name : " mockito-core" , version : " 2.4.2 " );
78
78
testCompile(group : " org.easytesting" , name : " fest-assert" , version : " 1.4" );
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments