File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ dependencies {
6969 compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.0.0" );
7070 compile(group : " com.google.code.findbugs" , name : " jsr305" , version : " 3.0.1" );
7171 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 " ) {
7373 exclude(group : " junit" , module : " junit" );
7474 exclude(group : " org.beanshell" , module : " bsh" );
7575 exclude(group : " org.yaml" , module : " snakeyaml" );
7676 };
77- testCompile(group : " org.mockito" , name : " mockito-core" , version : " 1.9.5 " );
77+ testCompile(group : " org.mockito" , name : " mockito-core" , version : " 2.4.2 " );
7878 testCompile(group : " org.easytesting" , name : " fest-assert" , version : " 1.4" );
7979}
8080
You can’t perform that action at this time.
0 commit comments