Skip to content

Commit

Permalink
update test dependencies
Browse files Browse the repository at this point in the history
* org.mockito:mockito-core :: 1.9.5 -> 2.4.2
* org.testng:testng :: 6.8.7 -> 6.10
  • Loading branch information
agebhar1 committed Dec 26, 2016
1 parent c2379dc commit f8fb1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ dependencies {
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber", version: "8.0.0");
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.1");
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "5.0.3");
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
testCompile(group: "org.testng", name: "testng", version: "6.10") {
exclude(group: "junit", module: "junit");
exclude(group: "org.beanshell", module: "bsh");
exclude(group: "org.yaml", module: "snakeyaml");
};
testCompile(group: "org.mockito", name: "mockito-core", version: "1.9.5");
testCompile(group: "org.mockito", name: "mockito-core", version: "2.4.2");
testCompile(group: "org.easytesting", name: "fest-assert", version: "1.4");
}

Expand Down

0 comments on commit f8fb1d6

Please sign in to comment.